Skip to content
/ DirtBot Public
forked from JStalnac/DirtBot

Source Code for DirtBot - My Own Discord Bot

License

Notifications You must be signed in to change notification settings

zikkee/DirtBot

 
 

Repository files navigation

DirtBot

The unfinished source code for DirtBot

Features

Coming...

Building

Initializing Entity Framework Core

  • 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

Installing Redis

If you are on Windows:

Installation

  • Run sudo apt update
  • Run sudo apt install redis-server
  • Run sudo service redis-server restart

Building the bot

  • 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.

Contributing

You can help by pull requesting if you want to. (See TODO list below) The goal is to just make a Discord bot now.

Active projects / TODO

  • Automod & moderation commands
  • Random commands
  • ...

About

Source Code for DirtBot - My Own Discord Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%