Skip to content

Apollo-Roboto/Template-Python-DiscordBot

Repository files navigation

Template-Python-DiscordBot

Discord bot supporting slash commands!

Running the bot

Create a .env file with the following content.

# Discord
DISCORD_BOT_TOKEN=
DISCORD_APPLICATION_ID=

Install dependencies

python -m pip install -r ./requirements.txt

Run the bot.

python ./src/main.py

One manual action needs to be done to update the slash commands. As the owner, send a private message with !sync to the bot.

With Docker

docker-compose build
docker-compose --env-file ./.env up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published