Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chengkangzai committed Dec 30, 2021
1 parent 327a0bb commit a538c5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,22 @@ A discord bot that help to record down Assignment due date for university ~~slav
*Thowing that assignemnt to the hole...*
![ass-hole](https://github.com/chengkangzai/bot-assignment-due/blob/master/.github/!ass-hole.png?raw=true)

# How to develop
1. Prerequisites
1. install python 3.7 in your computer
2. Install dependencies in requirements.txt
```shell
pip install -r requirements.txt
```
3. Copy .env.example to .env
4. Fill in the .env file with your information
- Note that im using mysql as database
- Get your discord token from [discord developer website](https://discordapp.com/developers/applications/)
5. Run the bot
```shell
python3 main.py
```

## Helps ?
[How to Get a Discord Bot Token](https://www.writebots.com/discord-bot-token/)

0 comments on commit a538c5e

Please sign in to comment.