mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 13:43:06 -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_short: 'Random garfield comic',
|
||||
category: 'fun',
|
||||
usage: `garfield`
|
||||
usage: `garfield`,
|
||||
slashCommand: "garfield"
|
||||
},
|
||||
permissionsClient: [...PERMISSION_GROUPS.baseline],
|
||||
run: async (context) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue