forked from Supositware/Haha-Yes
added an image to the help command that contain the list of tag they can use
This commit is contained in:
parent
5b6b664d94
commit
b4f0015590
3 changed files with 6 additions and 6 deletions
|
@ -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?']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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]']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -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]']
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue