mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
add slash command hint to garfield
This commit is contained in:
parent
119955f04f
commit
0c6e0e2fba
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ module.exports = {
|
||||||
description: 'Returns a random garfield comic strip.',
|
description: 'Returns a random garfield comic strip.',
|
||||||
description_short: 'Random garfield comic',
|
description_short: 'Random garfield comic',
|
||||||
category: 'fun',
|
category: 'fun',
|
||||||
usage: `garfield`
|
usage: `garfield`,
|
||||||
|
slashCommand: "garfield"
|
||||||
},
|
},
|
||||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||||
run: async (context) => {
|
run: async (context) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue