mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 18:29:14 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -10,7 +10,6 @@ module.exports = class JoinCommand extends Command {
|
||||
name: 'join',
|
||||
aliases: ['join-voice-channel', 'join-vc', 'join-voice', 'join-channel', 'connect'],
|
||||
group: 'util-voice',
|
||||
memberName: 'join',
|
||||
description: 'Joins your voice channel.',
|
||||
guildOnly: true,
|
||||
guarded: true,
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LeaveCommand extends Command {
|
||||
name: 'leave',
|
||||
aliases: ['leave-voice-channel', 'leave-vc', 'leave-voice', 'leave-channel', 'disconnect'],
|
||||
group: 'util-voice',
|
||||
memberName: 'leave',
|
||||
description: 'Leaves the current voice channel.',
|
||||
guildOnly: true,
|
||||
guarded: true
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class PauseCommand extends Command {
|
||||
name: 'pause',
|
||||
aliases: ['pause-voice-channel', 'pause-vc', 'pause-voice', 'pause-music', 'pause-playing'],
|
||||
group: 'util-voice',
|
||||
memberName: 'pause',
|
||||
description: 'Pauses the current audio playing.',
|
||||
guildOnly: true,
|
||||
guarded: true
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class ResumeCommand extends Command {
|
||||
name: 'resume',
|
||||
aliases: ['resume-voice-channel', 'resume-vc', 'resume-voice', 'resume-music', 'resume-playing'],
|
||||
group: 'util-voice',
|
||||
memberName: 'resume',
|
||||
description: 'Resume the current audio playing.',
|
||||
guildOnly: true,
|
||||
guarded: true
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class StopCommand extends Command {
|
||||
name: 'stop',
|
||||
aliases: ['stop-voice-channel', 'stop-vc', 'stop-voice', 'stop-music', 'stop-playing'],
|
||||
group: 'util-voice',
|
||||
memberName: 'stop',
|
||||
description: 'Stops the current audio playing.',
|
||||
guildOnly: true,
|
||||
guarded: true
|
||||
|
||||
Reference in New Issue
Block a user