From 6aa6bab8ebeaf16eded14ff266b04069fd92f2d9 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 6 Apr 2024 20:01:36 -0400 Subject: [PATCH] Fix unflip --- commands/auto/unflip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] }); }