No description
- Python 91.8%
- Dockerfile 8.2%
| .gitignore | stop uploading lore.yaml | |
| Dockerfile | Update to pypy:3.8 | |
| main.py | feat: Add new commands, formatting | |
| README.md | feat: Update README | |
| requirements.txt | First commit | |
| sample.config.yaml | rename | |
Easter Discord Bot
Getting set up:
- Copy samply.config.yml and rename it to config.yml
- Go to https://discord.com/developers/applications and create a bot. Copy the bot token and put it in config.yml
- On the Discord bot website, click OAuth2, URL Generator
- Under Scopes, check "bot". Under Bot permissions, check Send Messages and Read Message History
- Copy the generated URL at the bottom and add the bot to your server
python -m venv venvpip install -r requirements.txtpython main.py