1
0
Fork 0

added an image to the help command that contain the list of tag they can use

akairo
Supositware 5 years ago
parent 5b6b664d94
commit b4f0015590

@ -21,9 +21,9 @@ class TagCommand extends Command {
], ],
channelRestriction: 'guild', channelRestriction: 'guild',
description: { 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]', 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: { 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]', 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: { 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]', usage: '[text]',
examples: ['[member] is a big [adverbs] [verb]'] examples: ['[member] is a big [adverbs] [verbs]']
} }
}); });
} }

Loading…
Cancel
Save