Skip to content

A simple up-to-date template for a Discord.NET bot

License

Notifications You must be signed in to change notification settings

Zt-freak/Discord.NET-Template

 
 

Repository files navigation

Discord.NET Template MyGet GitHub Workflow Status

Size Limit logo by Anton Lovchikov

This repository is a very simple up-to-date template which you can use for your own Discord.NET bot.

  • Support for logging;
  • Advanced configuration options thanks to Discord.Addons.Hosting;
  • Completely up-to-date and being maintained;
  • Contains premade commands such as ping, echo and math.

Config

The template comes with a appsettings.json which can be used to provide the prefix and token of your bot.

{
   "prefix": "!",
   "token": "token"
}

Packages

Packages

No packages published

Languages

  • C# 100.0%