This repo contains the WIP Amybot, used to monitor Ring Racers servers.
- Python 100%
| cogs | ||
| utility | ||
| .gitignore | ||
| amy.py | ||
| README.md | ||
| token.json | ||
amybot
This repo hosts the 2024 edition of Amybot.
Getting started
First install the Discord.py library:
python3 -m pip install -U discord.py
Then create an application in the Discord Developers portal:
- Create an application and go to the Bot tab;
- Generate or reset the token and paste it into
token.json; - Turn on all Priviliged Gateway Intents on the page.
You should now be able to launch the bot:
python amy.py