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
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