Update description

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

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