You must install these first before you can use the bot as intended
-
Clone this repo:
git clone https://github.com/AAADevs/alpha-bot.git
-
Navigate into the project directory:
cd alpha-bot
-
Copy the config.json.sample to config.json:
cp config.json.sample config.json
-
Edit the config file and add your own bot token, admin roles etc.
-
To run the bot use either of the following:
- Foreground:
docker-compose up
- Background (daemon):
docker-compose up -d
- Foreground:
- Upgrade to Python 3.9
- Change cheese cog to not expect a config from the client, have parameters passed in