-
Notifications
You must be signed in to change notification settings - Fork 0
/
responses.json
32 lines (32 loc) · 882 Bytes
/
responses.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
{
"command_unknown": [
"This command doesn't exist"
],
"command_error": [
"Something went wrong: ```{{error}}```"
],
"command_cooldown": [
"Please wait `{{cooldown}}` second{{s}} before using this command again"
],
"command_guild_only": [
"This command can only be used in a server"
],
"command_dms_only": [
"This command can only be used in DMs"
],
"command_owners_only": [
"Only bot owners can use this command"
],
"command_blocked": [
"You are blocked from using this command"
],
"command_no_permission": [
"You don't have permission to use this command"
],
"command_no_bot_permission": [
"I don't have permission to use this command"
],
"command_incorrect_usage": [
"Please use this command correctly: `{{usage}}`"
]
}