-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands_list.json
More file actions
92 lines (70 loc) · 2.59 KB
/
commands_list.json
File metadata and controls
92 lines (70 loc) · 2.59 KB
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
{
"title": "Kitten Bot's Command List",
"color": 3447003,
"author": {
"name": "Kitten Bot",
"icon_url": "https://cdn.discordapp.com/avatars/802612621849002012/3e5774bb096c856d0d11ccf746c8266e.png?size=128"
},
"fields" : [
{
"name" : "amogus",
"value" : "Posts the among us copypasta"
},
{
"name" : "announcement",
"value" : "[Command reserved for SomethingRandom] If SomethingRandom finds something worthy to send all of the people in the list, he'll send it using this command!"
},
{
"name" : "getmultiplekitties [insert number]",
"value" : "One kitty isn't enough? You can ask for more! (limit is 16)"
},
{
"name" : "getsinglekitty",
"value" : "returns a kitty pic or gif!"
},
{
"name" : "help",
"value" : "Just sends a giant list of all the commands if you need to read them without their descriptions! (Comes with every Discord bot)"
},
{
"name" : "joinlist",
"value" : "allows you to join the folks who'll get a kitty every 45 minutes!"
},
{
"name" : "leavelist",
"value" : "allows you to leave the list on your own"
},
{
"name" : "petbot",
"value" : "Feel like petting the bot? Do so with this command!"
},
{
"name" : "pokeyourself",
"value" : "Was originally a test function, now is just used to poke yourself if you feel like it"
},
{
"name" : "postcommands",
"value" : "You used this command to read this! Lists out all of kitten bot's commands with a description"
},
{
"name" : "postlist",
"value" : "posts the people in the list of people, use it to make sure you're in it!"
},
{
"name" : "resetlist",
"value" : "[Command reserved for SomethingRandom] Used to reset the list for testing purposes."
},
{
"name" : "say",
"value" : "If you'd like to speak as the kitten bot, this the command to do it with"
},
{
"name" : "sendbigkitty",
"value" : "sends a big cat"
},
{
"name" : "sendkittenstochina",
"value" : "Joke command to send all of Kitten Bot's siblings to China"
}
]
}