mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Add call alias to phone
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = class PhoneCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'phone',
|
||||
aliases: ['phone-call'],
|
||||
aliases: ['phone-call', 'call'],
|
||||
group: 'other',
|
||||
memberName: 'phone',
|
||||
description: 'Starts a phone call with a random server.',
|
||||
|
||||
Reference in New Issue
Block a user