mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -6,7 +6,6 @@ module.exports = class CanYouNotCommand extends Command {
|
||||
name: 'can-you-not',
|
||||
aliases: ['can-u-not'],
|
||||
group: 'auto',
|
||||
memberName: 'can-you-not',
|
||||
description: 'Can YOU not?',
|
||||
patterns: [/^(can (you|u) not\??)$/i]
|
||||
});
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class UnflipCommand extends Command {
|
||||
super(client, {
|
||||
name: 'unflip',
|
||||
group: 'auto',
|
||||
memberName: 'unflip',
|
||||
description: 'Unflips a table.',
|
||||
patterns: [/\(╯°□°(\)|))╯︵ ┻━┻/i]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user