renaism / aeon-bot

Bot for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bot for Discord


Languages

Language:Python 99.8%Language:Dockerfile 0.2%