blob: e3707ce2d8138c004e82ddbfd83a38e4c749b8fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
EMBOARD is end-of-life and I have a need for a leaderboard bot.
How hard could it be?
Requirements:
we want to match EMBOARDs interface. here are the commands it supports:
- `leaderboard`
Displays the top 10 members in the leaderboard.
- `clearpoints [user]`
Clears the points from a user
- `addpoints [points] [user]`
Add [points] to [users] (could be multiple, just mention them in [users] argument).
- `removepoints [points] [user]`
ove [points] to [users] (could be multiple, just mention them in [users] argument).
|