Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasll authored Apr 26, 2023
1 parent 971a823 commit f90adeb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
</p>
</div>



# Bot usage
### `/configure`
You can configure the bot by setting the text channel where all the tasks will be sent.
Expand All @@ -36,3 +34,11 @@ You can add tasks by giving them a title and description, by default tasks are s
Each server has its own leaderboards based on the number of completed tasks

![leaderboard](https://user-images.githubusercontent.com/67590845/234369554-ce644676-b8a1-4301-a013-df48d8ae8140.png)

# Self-hosting
If you'd like to host this bot on your servers you can create a config.py file in the root directory and add the token in a dict
```python
bot = {
'token': 'INSERT YOUR TOKEN HERE'
}
```

0 comments on commit f90adeb

Please sign in to comment.