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',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Create custom autoresponse',
|
content: 'Blacklist user from the bot',
|
||||||
usage: '[trigger] [response]',
|
usage: '[userID]',
|
||||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
examples: ['']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,9 +19,9 @@ class serverBlacklistCommand extends Command {
|
||||||
],
|
],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Create custom autoresponse',
|
content: 'Blacklist guild from the bot',
|
||||||
usage: '[trigger] [response]',
|
usage: '[GuildID]',
|
||||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
examples: ['']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,9 +28,9 @@ class TwitterBlacklistCommand extends Command {
|
||||||
],
|
],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'Create custom autoresponse',
|
content: 'Blacklist user from the twitter command',
|
||||||
usage: '[trigger] [response]',
|
usage: '[userID]',
|
||||||
examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?']
|
examples: ['']
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue