Bot for Discord.
- Python >3.10
- Aeon API
- 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