mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-22 04:47:02 -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
|
@ -117,7 +117,8 @@ module.exports = {
|
|||
description_short: `Search YouTube videos, channels and playlists.`,
|
||||
examples: ['youtube otter live cam'],
|
||||
category: 'search',
|
||||
usage: 'youtube <query> [-type <category>]'
|
||||
usage: 'youtube <query> [-type <category>]',
|
||||
slashCommand: "youtube"
|
||||
},
|
||||
args: [
|
||||
{name: 'type', default: 'all', type: 'string', help: `Video Category`}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue