Skip to content

WaifuShork/TempBot.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temp Bot

Temp Bot serves to provide a super easy to use boiler plate codebase for a Discord.NET bot, with support for:

  • Logging
  • Dependency Injection
  • Premade Extension Methods
  • Discord.Addons.Hosting fully setup
  • Serilog setup and ready to use with a file logger included
  • Examples and easy to follow code that's heavily commented

Config

As of right now the bot comes with a basic appsettings.json that allows you to configure your token and prefix

TODO:

  • Permissions
  • Rules Cache
  • Rudimentary Database
{
   "token": "token"
   "prefix": "!",
}

About

A simple template for a Discord.NET bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published