Update description

This commit is contained in:
loicbersier 2019-10-06 20:38:06 +02:00
parent a36b544fbc
commit c924390852
3 changed files with 9 additions and 9 deletions

View file

@ -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: ['']
}
});
}

View file

@ -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: ['']
}
});
}

View file

@ -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: ['']
}
});
}