GuildBot Template

May 15, 2023 · View on GitHub

A template for MyBot

Dependencies

- MyBot
- Microsoft.Extensions.Logging
- Microsoft.Extensions.Logging.Console
- Serilog.Extensions.Logging.File
- Microsoft.EntityFrameworkCore
- Npgsql.EntityFrameworkCore.PostgreSQL

Development

  • Clone this repository and rename the folder
  • Run TemplateRename.exe to change the project name to the folder name
  • Edit your bot token in App.cs
  • Edit your database configuration in App.cs
  • Create modules in Modules folder and register in Program.cs
  • Run ▶