Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 593 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 593 Bytes

Dotnet Discordbot Template

  • Based on a Console Application
  • Written in .NET 8
  • Enhanced with the library of Discord.Net

Architecture

10 Client (Client Layer)

  • Discord.Client
    • Interfaces -> Folder which containes interfaces for dependency injection
    • Discord.Client.csproj -> Project file of the discordbot template
    • Program.cs -> Entry point of the application
    • Startup.cs -> Contains the code for creating a discord bot

Techstack

  • C# .NET8

Information

Commits and coding history is tracked on github. The origin of this repository is GitHub Repositories.