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