proper command descriptions

This commit is contained in:
derpystuff 2022-12-06 09:31:35 +01:00
parent a2bcb423cf
commit 5e5a738b74
51 changed files with 54 additions and 54 deletions

View file

@ -10,7 +10,7 @@ module.exports = {
name: 'billboard',
label: 'text',
metadata: {
description: 'makesweet billboard',
description: 'Generates an animated gif with the MakeSweet billboard template.',
examples: ['billboard'],
category: 'image',
usage: 'billboard'

View file

@ -10,7 +10,7 @@ module.exports = {
name: 'circuitboard',
label: 'text',
metadata: {
description: 'makesweet circuit board',
description: 'Generates an animated gif with the MakeSweet circuit board template.',
examples: ['circuitboard'],
category: 'image',
usage: 'circuitboard'

View file

@ -10,7 +10,7 @@ module.exports = {
name: 'flag',
label: 'text',
metadata: {
description: 'makesweet flag',
description: 'Generates an animated gif with the MakeSweet flag template.',
examples: ['flag'],
category: 'image',
usage: 'flag'

View file

@ -10,10 +10,10 @@ module.exports = {
name: 'heartlocket',
label: 'text',
metadata: {
description: 'makesweet heart locket',
examples: ['heartlocket'],
description: 'Generates an animated gif with the MakeSweet heart locket template. Accepts text as an optional input.',
examples: ['heartlocket Big Nutty'],
category: 'image',
usage: 'heartlocket'
usage: 'heartlocket [<text>]'
},
run: async (context, args) => {