This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanual.json
128 lines (128 loc) · 3.21 KB
/
manual.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"help" :
{
"name" : "Help",
"description" : "The very basic help command",
"usage" : "(.)help"
},
"wheelie":
{
"name" : "Wheelie",
"description" : "The command that gives you more information on commands, DO NOT put in the period before command",
"usage" : "(.)wheelie [command]"
},
"ballot":
{
"name" : "ballot",
"description" : "Shows the canidates or options for multi option voting, gives you the canidate's username to the left of the username or option",
"usage" : "(.)ballot"
},
"castfor" :
{
"name" : "castfor",
"description" : "FOR CITIZENS ONLY - casts votes for a certain canidate or option [YOU NEED TO LOOK AT BALLOT BEFOREHAND]",
"usage" : "(.)castfor [username]"
},
"srule" :
{
"name" : "srule",
"description" : "Displays a specific rule",
"usage" : "(.)srule [rule number]"
},
"gm" :
{
"name" : "good morning",
"description" : "tell everyone good morning",
"usage" : "(.gm)"
},
"bday" :
{
"name" : "birthday",
"description" : "Check on the bot's birthday",
"usage" : "(.)bday"
},
"disclosure" :
{
"name" : "disclosure",
"description" : "displays a disclosure about logging",
"usage" : "(.)disclosure"
},
"countvotes" :
{
"name" : "countvotes",
"description" : "count the votes of the current issue (this is related to but not one of the election commands)",
"usage" : "(.)countvotes"
},
"vote" :
{
"name" : "vote",
"description" : "cast a vote for the current issue (this is not castfor, please do not confuse these) takes either yay or nay as a required argument",
"usage" : "(.)vote [yay or nay]"
},
"issue" :
{
"name" : "issue",
"description" : "displays the issue for the vote command",
"usage" : "(.)issue"
},
"urbandict" :
{
"name" : "urban dictionary",
"description" : "Ah yes, a fun one, gives you the definition for an urban dictionary term, takes the term after a slash",
"usage" : "(.)urbandict/[term]"
},
"langhelp" :
{
"name" : "langhelp",
"description" : "shows the languageID for the translation command",
"usage" : "(.)langhelp"
},
"translate" :
{
"name" : "translate",
"description" : "translate any text into a language provided by langhelp [USES A SLASH INSTEAD OF A SPACE]",
"usage" : "(.)translate/[text]/[languageID]"
},
"joke" :
{
"name" : "joke",
"description" : "tells a joke",
"usage" : "(.)joke"
},
"whatsnew" :
{
"name" : "whatsnew",
"description" : "see what's new",
"usage" : "(.)whatsnew"
},
"alert" :
{
"name" : "alert",
"description" : "shows a list of pedos and creeps",
"usage" : "(.)alert"
},
"wholikes" :
{
"name" : "wholikes",
"description" : "check to see who likes the bot",
"usage" : "(.)wholikes"
},
"ilike" :
{
"name" : "ilike",
"description" : "[LEGACY COMMAND] tell the bot you like it - you have to put your own username at the end",
"usage" : "(.)ilike [username]"
},
"drinks" :
{
"name" : "drinks",
"description" : "[LEGACY COMMAND] send the entire chat or someone specific a drink",
"usage" : "(.)drinks [(optional) username]"
},
"fight" :
{
"name" : "fight",
"description" : "does some math based on the usernames provided and determines a winner based on a higher score",
"usage" : "(.)fight [username1] [username2]"
}
}