This repo contains the WIP Amybot, used to monitor Ring Racers servers.
Find a file
2025-03-09 19:16:30 +01:00
cogs upload most recent version 2025-03-06 21:59:59 +01:00
utility upload most recent version 2025-03-06 21:59:59 +01:00
.gitignore ignore token.json 2025-03-09 19:11:43 +01:00
amy.py upload most recent version 2025-03-06 21:59:59 +01:00
README.md update readme 2025-03-09 19:16:30 +01:00
token.json add default token.json 2025-03-09 19:11:24 +01:00

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:

  1. Create an application and go to the Bot tab;
  2. Generate or reset the token and paste it into token.json;
  3. Turn on all Priviliged Gateway Intents on the page.

You should now be able to launch the bot:

python amy.py