ITBob Discord Bot is a small Discord bot written in C# using the netCord.dev library, and is used on a smaller Discord server.
It uses EF Core SQLite for various features such as:
You can easily start the bot with Docker Compose:
services:
itbob-discordbot:
image: ‘ghcr.io/developmentstorage/itbob-discordbot:latest’
container_name: itbob-discordbot
volumes:
- itbob_data:/app
volumes:
itbob_data:
You can then customise the config.json
in the volume or alternatively use a bind volume.