-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathhelp.json
25 lines (25 loc) · 1.24 KB
/
help.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"commands":
{
"start": "Start the bot.",
"reset": "Reset the bot to default settings (Wipes bot data!).",
"topxp": "Display a table containing users with the most XP and level they current are.",
"toplvl": "Alias to topxp.",
"topcoins": "Display a table containing users with the highest number of coins.",
"toprep": "Display a table containing users with the highest reputation.",
"setxp": "Sets the XP of a user (Restricted).",
"setrep": "Sets the reputation of a user (Restricted).",
"setcoins": "Sets the coins of a user (Restricted).",
"exchange": "Exchange XP for coins (Self).",
"getcoins": "Gets the number of coins (Self).",
"play": "Spend coins to TTS a custom provided message.",
"give": "Give coins to a user.",
"debug": "Access bot debug info (Restricted).",
"about": "Display the about information for this bot.",
"getxp": "Get the current XP and level of a user (Self).",
"getlvl": "Alias to getxp.",
"getrep": "Get the current reputation of a user (Self).",
"getfilters": "Get the list of reputation filter words",
"statistics": "Displays the general statistics of Niscoin."
}
}