mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 10:02:05 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -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.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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: [
|
||||
|
||||
@@ -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.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user