mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
join/leave aliases
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = class JoinCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'join',
|
name: 'join',
|
||||||
aliases: ['join-voice-channel', 'join-vc', 'join-voice', 'join-channel'],
|
aliases: ['join-voice-channel', 'join-vc', 'join-voice', 'join-channel', 'connect'],
|
||||||
group: 'util-voice',
|
group: 'util-voice',
|
||||||
memberName: 'join',
|
memberName: 'join',
|
||||||
description: 'Joins your voice channel.',
|
description: 'Joins your voice channel.',
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ module.exports = class LeaveCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'leave',
|
name: 'leave',
|
||||||
aliases: ['leave-voice-channel', 'leave-vc', 'leave-voice', 'leave-channel'],
|
aliases: ['leave-voice-channel', 'leave-vc', 'leave-voice', 'leave-channel', 'disconnect'],
|
||||||
group: 'util-voice',
|
group: 'util-voice',
|
||||||
memberName: 'leave',
|
memberName: 'leave',
|
||||||
description: 'Leaves the current voice channel.',
|
description: 'Leaves the current voice channel.',
|
||||||
|
|||||||
Reference in New Issue
Block a user