Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

utmmcss/deerhacks3-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeerHacks Discord Bot

DeerHacks Image

DeerHacks Hackathon 2024 Discord Bot

Website Status

Setup

  1. Run pip install -r requirements.txt to install dependencies
  2. Add the required .env file with the schema specified below
  3. Gather credentials from Discord Developer Portal and add it to the .env file

Relevant URL'S

Running the bot

Mac/Linux

python3 app.py

Windows

py app.py

.env format

# Discord Bot Token taken from Discord Developer Portal
TOKEN=
# Prefix for commands
PREFIX="dh."

# Database credentials which have all user data (should be identical to database used in DeerHacks API)
DB_USER=
DB_PASS=
DB_NAME=
DB_HOST=