add slash command hint to garfield

This commit is contained in:
bignutty 2025-05-26 20:29:02 +02:00
parent 119955f04f
commit 0c6e0e2fba

View file

@ -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) => {