This is a basic Discord bot, using discordpy (docs) that creates a !!foo
and /bar
commands.
This bot is ready to go. Create a .env file, example below and provide your Discord bot token, then run main.py
.
Feel free to expand on the commands and build your bot.
This project uses a .env file. The contents looks like this:
DISCORD_BOT_TOKEN=
LOG_LEVEL=DEBUG