add slash command hints to help

This commit is contained in:
bignutty 2024-07-15 20:14:00 +02:00
parent 34ba5a6e94
commit 1f6e2cd1f1
19 changed files with 63 additions and 22 deletions

View file

@ -45,7 +45,8 @@ module.exports = {
examples: ['e 😀', 'emojimix 🐱 🍞'],
category: 'utils',
usage: 'emoji <emoji> [<emoji to mix>]',
use_custom_ingest: true
use_custom_ingest: true,
slashCommand: "emoji"
},
args: [
{name: 'type', default: 'twitter', type: 'string', help: `Emoji platform type`}