Bot created to run on the Undertow Games Discord server: https://discord.gg/undertow/
- Install the .NET 6.0 SDK.
- Run
dotnet tool restore
. - Run
dotnet ef database update
. - Copy appsettings.example.json to
appsettings.json
and configure it. - Run
dotnet build
.