diff --git a/commands/imageedit/meme.js b/commands/imageedit/meme.js index 84539e68..712b47e4 100644 --- a/commands/imageedit/meme.js +++ b/commands/imageedit/meme.js @@ -25,7 +25,7 @@ module.exports = class MemeCommand extends commando.Command { } }, { key: 'content', - prompt: 'What should the meme content be? Split the bottom and top text of the meme with ' | '.', + prompt: 'What should the meme content be? Split the bottom and top text of the meme with " | ".', type: 'string', validate: content => { if (content.includes(' | ') && content.match(/^[a-zA-Z0-9|.,!?'-\s]+$/)) {