Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.15 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.15 KB

Al-Bot-3.0

The third attempt at a Discord bot for the UF OSC Discord server. Uses the UF API Group API and displays information from it.

Setting Up

First, follow the instructions from this guide.

After that, you'll need to make a bot application and add it to a server:

Then, you'll want to create a .env file in your base directory. Make it look something like this:

BOT_TOKEN="YOUR_BOT_TOKEN"
API_URL="https://uf-api-group.pythiauf.repl.co"

(Note: You can change the API URL to any website that's running the UF API Group API, IE https://localhost:8080. The URL suggested here may also change in the future.)

You should be able to run the bot by running main.py after that!