A bot based on pycord.
Requires Python 3.10.
- Create a python virtual environment:
python -m venv . source bin/activate
- Install required packages:
pip install -r requirements.txt
- Add token via
config.json
:{ "token": "(your token here)" }
- Run the bot.
python main.py