Skip to content

DevelopmentStorage/ITBob-DiscordBot

Repository files navigation

ITBob Discord Bot

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.

About

Development project by xyzjesper for @frank-christiansen

Resources

Stars

Watchers

Forks

Packages

No packages published