mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add slash hints
This commit is contained in:
parent
09d5342ac7
commit
4ca9780fec
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'anime <query>',
|
usage: 'anime <query>',
|
||||||
//slashCommand: "anime"
|
slashCommand: "anime"
|
||||||
},
|
},
|
||||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'movie <query>',
|
usage: 'movie <query>',
|
||||||
//slashCommand: "anime"
|
slashCommand: "movie"
|
||||||
},
|
},
|
||||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||||
run: async (context, args) => {
|
run: async (context, args) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue