/edoC

Discord bot in discord.py

Primary LanguagePythonOtherNOASSERTION

Do you need more help? Visit my server here: https://discord.gg/6EFAqm5aSG

Maintenance MIT license Code Style: black Lines of code 20196 ForTheBadge powered-by-electricity

Requirements

Docker

Docker is an alternative to run the bot 24/7 and always reboot again whenever it crashed. You can find the install manual here. You don't have to get it, but if you're used to having Docker, it's available at least.

# Build and run the Dockerfile
docker-compose up -d --build

# Tips on common commands
docker-compose <command>
  ps      Check if bot is online or not (list)
  down    Shut down the bot
  reboot  Reboot the bot without shutting it down or rebuilding
  logs    Check the logs made by the bot.