Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
/ chis-bot Public archive

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

License

Notifications You must be signed in to change notification settings

Chrisae9/chis-bot

Repository files navigation

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.