Skip to content

AYJ-Chess-Club/chessbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AYJ chess club discord bot

Build

Command Arguments Permissions
+dump [user] None
+help [command name] None
+me N/A None
+verify <first name> <last name> <school> None
+setinvitefrom <person name> Admin

*Note [] means optional, <> means required

Contributing

Clone the repo

$ git clone git@github.com:AYJ-Chess-Club/chessbot.git

Create your virtual environment

$ python -m venv venv
$ source venv/bin/activate

Install dependencies

$ pip install -r requirements.txt

Create the .env file

$ touch .env

Place the bot token into the env file:

token=tokenhere

Run

$ python main.py