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 HangUpCommand extends Command {
name: 'hang-up',
aliases: ['hang'],
group: 'phone',
memberName: 'hang-up',
description: 'Hangs up the current phone call.'
});
}
-1
View File
@@ -7,7 +7,6 @@ module.exports = class PhoneBlockCommand extends Command {
name: 'phone-block',
aliases: ['call-block'],
group: 'phone',
memberName: 'phone-block',
description: 'Gives instructions for blocking a channel or server.',
guildOnly: true,
args: [
-1
View File
@@ -7,7 +7,6 @@ module.exports = class PhoneInfoCommand extends Command {
name: 'phone-info',
aliases: ['call-info', 'phone-call-info'],
group: 'phone',
memberName: 'phone-info',
description: 'Gives information on the current phone call.'
});
}
-1
View File
@@ -7,7 +7,6 @@ module.exports = class PhoneCommand extends Command {
name: 'phone',
aliases: ['phone-call', 'call'],
group: 'phone',
memberName: 'phone',
description: 'Starts a phone call with a random server.',
throttling: {
usages: 1,