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