mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
add slash command hints to help
This commit is contained in:
parent
34ba5a6e94
commit
1f6e2cd1f1
19 changed files with 63 additions and 22 deletions
|
@ -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`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue