/chis-bot

A Discord Bot designed to help plan pick up Valorant matches.

Primary LanguagePythonMIT LicenseMIT

Chis Discord Bot

A Discord bot that provides users with a simple interface to plan pick up Valorant games.

More information at chis-bot.

WARNING: This repository is no longer maintained

New updates for Chis Bot can be found at https://github.com/Chrisae9/chis-botjs

Setup

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.

Run

python ./src/bot.py

Please give support to zacharied for the wonderful Discord React-Prompt library.