Update description

merge-requests/4/head
loicbersier 5 years ago
parent a36b544fbc
commit c924390852

@ -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…
Cancel
Save