diff --git a/commands/auto/unflip.js b/commands/auto/unflip.js index 009c325c..06f9b377 100644 --- a/commands/auto/unflip.js +++ b/commands/auto/unflip.js @@ -7,7 +7,7 @@ module.exports = class UnflipCommand extends Command { group: 'auto', memberName: 'unflip', description: 'Unflips a table.', - patterns: [/\(╯°□°)╯︵ ┻━┻/i] + patterns: [/\(╯°□°()|))╯︵ ┻━┻/i] }); }