Public bot for the Blue Freak's Burrow server.
- Run
pip install -r requirements.txt
- Remove the underscore from
_config.py
and fill in the necessary information. - Create
config.env
- Add the following:
TOKEN="Your Discord bot token"
HYPIXEL_API_KEY="Your Hypixel API key"
YOUTUBE_API_KEY="Your YouTube API key"
DATABASE_USER="Your database username"
DATABASE_PASSWORD="Your database password"
MAIN_DB_NAME="The name of the primary database"
- Run main.py