mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -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',
|
||||
usage: 'anime <query>',
|
||||
//slashCommand: "anime"
|
||||
slashCommand: "anime"
|
||||
},
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||
run: async (context, args) => {
|
||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
],
|
||||
category: 'search',
|
||||
usage: 'movie <query>',
|
||||
//slashCommand: "anime"
|
||||
slashCommand: "movie"
|
||||
},
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||
run: async (context, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue