Skip to content

renaism/aeon-bot

Repository files navigation

Aeon Bot

Bot for Discord.

Requirements

Usage

  • Clone the repository
git clone https://github.com/renaism/aeon-bot.git &&\
cd aeon-bot
  • Create and activate python virtual environment
python -m venv venv &&\
source venv/bin/activate
  • Install requirements
pip install --no-deps -r requirements.txt
  • Configure environment variables
touch .env
# .env

ENV=development

# Insert your Discord Bot token here
TOKEN=XXX

# Insert the API URL here
API_URL=http://127.0.0.1:8000

# Insert the API key here
API_KEY=XXX
  • Start the bot
python main.py