Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -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]
});
-1
View File
@@ -5,7 +5,6 @@ module.exports = class UnflipCommand extends Command {
super(client, {
name: 'unflip',
group: 'auto',
memberName: 'unflip',
description: 'Unflips a table.',
patterns: [/\(╯°□°(\)|))╯︵ ┻━┻/i]
});