Add call alias to phone

This commit is contained in:
Dragon Fire
2020-05-02 10:13:29 -04:00
parent c32ec50860
commit a97333ad4b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.',