diff --git a/commands/admin/tag.js b/commands/admin/tag.js index 2843e386..dcfcd6b6 100644 --- a/commands/admin/tag.js +++ b/commands/admin/tag.js @@ -21,9 +21,9 @@ class TagCommand extends Command { ], channelRestriction: 'guild', description: { - content: 'Create custom autoresponse', + content: 'Create custom autoresponse [Click here to see the complete list of "tag"](https://cdn.discordapp.com/attachments/502198809355354133/561043193949585418/unknown.png) (Need "" if the trigger contains spaces)', usage: '[trigger] [response]', - examples: ['do you know da wea', 'Fuck off dead meme'] + examples: ['"do you know da wea" Fuck off dead meme', 'hello Hello [author], how are you today?'] } }); } diff --git a/commands/general/say.js b/commands/general/say.js index 7b320cb3..a96204d4 100644 --- a/commands/general/say.js +++ b/commands/general/say.js @@ -14,9 +14,9 @@ class SayCommand extends Command { } ], description: { - content: 'Repeat what you say but can also replace ', + content: 'Repeat what you say, [Click here to see the complete list of "tag"](https://cdn.discordapp.com/attachments/502198809355354133/561043193949585418/unknown.png)', usage: '[text]', - examples: ['[member] is a big [adverb] [verb]'] + examples: ['[member] is a big [adverbs] [verbs]'] } }); } diff --git a/commands/general/sayd.js b/commands/general/sayd.js index fcfeb351..6a9443cb 100644 --- a/commands/general/sayd.js +++ b/commands/general/sayd.js @@ -15,9 +15,9 @@ class SaydCommand extends Command { } ], description: { - content: 'Repeat what you say but delete the text you sent', + content: 'Repeat what you say but delete the text you sent, [Click here to see the complete list of "tag"](https://cdn.discordapp.com/attachments/502198809355354133/561043193949585418/unknown.png)', usage: '[text]', - examples: ['[member] is a big [adverbs] [verb]'] + examples: ['[member] is a big [adverbs] [verbs]'] } }); }