From c924390852254afe5a1131524ae378420146c5d1 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 6 Oct 2019 20:38:06 +0200 Subject: [PATCH] Update description --- commands/owner/blacklist.js | 6 +++--- commands/owner/serverblacklist.js | 6 +++--- commands/owner/twitterBlacklist.js | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commands/owner/blacklist.js b/commands/owner/blacklist.js index 3102aa1..939dd37 100644 --- a/commands/owner/blacklist.js +++ b/commands/owner/blacklist.js @@ -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: [''] } }); } diff --git a/commands/owner/serverblacklist.js b/commands/owner/serverblacklist.js index 4cbfbf6..a432c73 100644 --- a/commands/owner/serverblacklist.js +++ b/commands/owner/serverblacklist.js @@ -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: [''] } }); } diff --git a/commands/owner/twitterBlacklist.js b/commands/owner/twitterBlacklist.js index 79a2221..0129c52 100644 --- a/commands/owner/twitterBlacklist.js +++ b/commands/owner/twitterBlacklist.js @@ -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: [''] } }); }