diff --git a/commands/auto/unflip.js b/commands/auto/unflip.js index 06f9b377..a0228ece 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] }); }