-
Notifications
You must be signed in to change notification settings - Fork 0
/
Embeds.json
123 lines (123 loc) · 4.47 KB
/
Embeds.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
{
"nogemsg": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to type this in a server that I'm in",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nopacemg": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to specify who the bot owner is.",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nopacemsg2": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to sepcify the bots username",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nopacemsg3": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to specify the bot owner and the bots username",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nopacemsg4": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to specify why you are declining the bot",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nopacemsg5": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You need to specify the bot owners username, the bots username and why you are declining it.",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"donemsg": {
"embed": {
"title": "**DONE**",
"color": "BLUE",
"description": "Done with the setup",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"ndoneemsg": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You aren't the owner of the server",
"footer": {
"icon_url": "https://cdn.discordapp.com/avatars/660862491102019604/5b28dadf6cf852c943e1df0a82dad850.webp",
"text": "Brought to you by Minecrafty999"
}
}
},
"nwaemsg": {
"embed": {
"title": "**ERROR**",
"color": "GREEN",
"description": "You dont have the permissions to use this command"
}
},
"helpemsg": {
"embed": {
"title": "__**HELP**__",
"color": "ORAGNE",
"fields": [
{
"name": "`$setup`",
"value": "This command is for th server owner only"
},
{
"name": "`$help`",
"value": "Idk why you need to know what this command does because you are useing it right now"
},
{
"name": "`$accept (bot owners username here) (bots username here)`",
"value": "This command is online for the Website Admins. It will grant the bot access to be on the website",
"inline": true
},
{
"name": "`$decline (bot owners username here) (bots username here) (reason why you are declineing it here)`",
"value": "The opposite of the accept command",
"inline": true
}
]
}
}
}