mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
update args
This commit is contained in:
parent
9bb2e00ee8
commit
50d5b5c275
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
description: 'Generates an animated gif with the MakeSweet billboard template.',
|
||||
description_short: 'Animated billboard generation',
|
||||
category: 'image',
|
||||
usage: 'billboard'
|
||||
usage: 'billboard <image>'
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
description: 'Generates an animated gif with the MakeSweet circuit board template.',
|
||||
description_short: 'Animated circuit board generation',
|
||||
category: 'image',
|
||||
usage: 'circuitboard'
|
||||
usage: 'circuitboard <image>'
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
|
|
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
description: 'Generates an animated gif with the MakeSweet flag template.',
|
||||
description_short: 'Animated flag generation',
|
||||
category: 'image',
|
||||
usage: 'flag'
|
||||
usage: 'flag <image>'
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
|
|
|
@ -16,7 +16,7 @@ module.exports = {
|
|||
description_short: 'Animated heart locket generation',
|
||||
examples: ['heartlocket Big Nutty'],
|
||||
category: 'image',
|
||||
usage: 'heartlocket [<text>]'
|
||||
usage: 'heartlocket <image> [<text>]'
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue