The unfinished source code for DirtBot
Coming...
- If you have done this step already you can skip it
- Install the EF Core CLI Tool with
dotnet tool install --global dotnet-ef
- Run
dotnet ef migrations add InitialCreate
- Run
dotnet ef database update
- Follow these instruction on how to enable Windows Subsystem for Linux
- Run
sudo apt update
- Run
sudo apt install redis-server
- Run
sudo service redis-server restart
- Run
dotnet run
in the project root
The bot is in very early development now, not very many features are implemented and optimized and bugs will most likely appear. Be patient.
You can help by pull requesting if you want to. (See TODO list below) The goal is to just make a Discord bot now.
- Automod & moderation commands
- Random commands
- ...