This is a basic to-do list bot for discord, written with py-cord. It makes use of slash-commands, so you can see the commands and options by typing /
in discord.
To install this, simply set it up like this:
podman run -v castor_data:/app/data --env-file=/path/to/.env --restart=on-failure --name castor -d docker.io/bekaertruben/castor:latest
podman
can be exchanged for docker
, and it should work.
In the .env
file, you set DISCORD_TOKEN = <your discord bot's token>