A Discord bot that provides users with a simple interface to plan pick up Valorant games.
More information at chis-bot.
New updates for Chis Bot can be found at https://github.com/Chrisae9/chis-botjs
python3.8 -m pip install virtualenv
python3.8 -m venv env
source ./env/bin/activate
pip install -r requirements.txt
Create a config.json file. This will contain the bot token, prefix, and list of owners.
python ./src/bot.py
Please give support to zacharied for the wonderful Discord React-Prompt library.