Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 501 Bytes

SykeseBot

Public bot for the Blue Freak's Burrow server.

Setup

  1. Run pip install -r requirements.txt
  2. Remove the underscore from _config.py and fill in the necessary information.
  3. Create config.env
  4. 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"
  1. Run main.py