This commit is contained in:
Dragon Fire
2024-04-06 20:02:00 -04:00
parent 6aa6bab8eb
commit 7cef638f38
+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]
});
}