1
0
Fork
You've already forked easter-disc-bot
0
No description
  • Python 91.8%
  • Dockerfile 8.2%
2021年12月25日 14:45:15 -08:00
.gitignore stop uploading lore.yaml 2021年12月25日 14:43:43 -08:00
Dockerfile Update to pypy:3.8 2021年12月25日 14:44:13 -08:00
main.py feat: Add new commands, formatting 2021年12月25日 14:42:38 -08:00
README.md feat: Update README 2021年12月14日 21:09:21 -08:00
requirements.txt First commit 2021年12月14日 20:25:40 -08:00
sample.config.yaml rename 2021年12月25日 14:45:15 -08:00

Easter Discord Bot

Getting set up:

  1. Copy samply.config.yml and rename it to config.yml
  2. Go to https://discord.com/developers/applications and create a bot. Copy the bot token and put it in config.yml
  3. On the Discord bot website, click OAuth2, URL Generator
  4. Under Scopes, check "bot". Under Bot permissions, check Send Messages and Read Message History
  5. Copy the generated URL at the bottom and add the bot to your server
  6. python -m venv venv
  7. pip install -r requirements.txt
  8. python main.py