mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix unflip
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class UnflipCommand extends Command {
|
||||
group: 'auto',
|
||||
memberName: 'unflip',
|
||||
description: 'Unflips a table.',
|
||||
patterns: [/\(╯°□°)╯︵ ┻━┻/i]
|
||||
patterns: [/\(╯°□°()|))╯︵ ┻━┻/i]
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user