-
Notifications
You must be signed in to change notification settings - Fork 6
/
featuresList.json
54 lines (54 loc) · 1.59 KB
/
featuresList.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"name" : "intro",
"description": "Gives an intro"
},
{
"name" : "cfboard",
"description": "Codeforces Rating Leaderboard"
},
{
"name" : "getproblem",
"description": "Can be used to get the CF link to a problem (Ex: !getproblem 122 A)"
},
{
"name" : "newproblem",
"description": "Can be used to get a random problem of chosen difficulty (Ex: !newproblem B)"
},
{
"name" : "xtreme",
"description": "Can be used to give a random problem of chosen difficulty to a random person (Ex: !xtreme B)"
},
{
"name" : "newcontest",
"description": "Gives info about the latest codeforces contest"
},
{
"name" : "remindme",
"description": "Gives you a reminder after the said time. (Ex: !remindme 2 hours Eat food)"
},
{
"name" : "roast",
"description": "Roast someone on the server"
},
{
"name" : "mock",
"description" : "Can be used to mock some specific text (Ex. !mock <text>) or the last message of the mentioned user (Ex. !mock @user)"
},
{
"name" : "payrespects",
"description": "Tag a member to pay him respects"
},
{
"name" : "insult",
"description": "Insult yourself for the heck of it"
},
{
"name" : "myavatar",
"description": "Image of your avatar (why do you even need this?)"
},
{
"name" : "techtoday",
"description": "Top news in the Tech world today (beta)"
}
]