diff --git a/commands/message/image/makesweet/billboard.js b/commands/message/image/makesweet/billboard.js index 151b6a9..3d4932c 100644 --- a/commands/message/image/makesweet/billboard.js +++ b/commands/message/image/makesweet/billboard.js @@ -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 ' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { diff --git a/commands/message/image/makesweet/circuitboard.js b/commands/message/image/makesweet/circuitboard.js index 26f1f99..b41542e 100644 --- a/commands/message/image/makesweet/circuitboard.js +++ b/commands/message/image/makesweet/circuitboard.js @@ -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 ' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { diff --git a/commands/message/image/makesweet/flag.js b/commands/message/image/makesweet/flag.js index f3ec2e2..50e4c8e 100644 --- a/commands/message/image/makesweet/flag.js +++ b/commands/message/image/makesweet/flag.js @@ -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 ' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { diff --git a/commands/message/image/makesweet/heartlocket.js b/commands/message/image/makesweet/heartlocket.js index e46d45d..54873a9 100644 --- a/commands/message/image/makesweet/heartlocket.js +++ b/commands/message/image/makesweet/heartlocket.js @@ -16,7 +16,7 @@ module.exports = { description_short: 'Animated heart locket generation', examples: ['heartlocket Big Nutty'], category: 'image', - usage: 'heartlocket []' + usage: 'heartlocket []' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => {