diff --git a/commands/auto/no-u.js b/commands/auto/no-u.js index 8a04ac31..86efa4e1 100644 --- a/commands/auto/no-u.js +++ b/commands/auto/no-u.js @@ -12,7 +12,8 @@ module.exports = class NoUCommand extends Command { }); } - generateText() { + generateText(fromPattern) { + if (!fromPattern) return 'no u'; const chance = Boolean(Math.floor(Math.random() * 2)); if (chance) return null; return 'no u';