Fix unflip

This commit is contained in:
Dragon Fire
2024-04-06 20:01:36 -04:00
parent bddb885cf1
commit 6aa6bab8eb
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class UnflipCommand extends Command {
group: 'auto',
memberName: 'unflip',
description: 'Unflips a table.',
patterns: [/\(╯°□°╯︵ ┻━┻/i]
patterns: [/\(╯°□°()|)╯︵ ┻━┻/i]
});
}