forked from Supositware/Haha-Yes
Update description
This commit is contained in:
parent
a36b544fbc
commit
c924390852
3 changed files with 9 additions and 9 deletions
|
@ -19,9 +19,9 @@ class blacklistCommand extends Command {
|
|||
],
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
content: 'Create custom autoresponse',
|
||||
usage: '[trigger] [response]',
|
||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
||||
content: 'Blacklist user from the bot',
|
||||
usage: '[userID]',
|
||||
examples: ['']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -19,9 +19,9 @@ class serverBlacklistCommand extends Command {
|
|||
],
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
content: 'Create custom autoresponse',
|
||||
usage: '[trigger] [response]',
|
||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
||||
content: 'Blacklist guild from the bot',
|
||||
usage: '[GuildID]',
|
||||
examples: ['']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -28,9 +28,9 @@ class TwitterBlacklistCommand extends Command {
|
|||
],
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
content: 'Create custom autoresponse',
|
||||
usage: '[trigger] [response]',
|
||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
||||
content: 'Blacklist user from the twitter command',
|
||||
usage: '[userID]',
|
||||
examples: ['']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue