From a97333ad4bcfd05bf5a8e33e5e7da9ae9c618a26 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 2 May 2020 10:13:29 -0400 Subject: [PATCH] Add call alias to phone --- commands/other/phone.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/other/phone.js b/commands/other/phone.js index 102db151..3e6320e7 100644 --- a/commands/other/phone.js +++ b/commands/other/phone.js @@ -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.', diff --git a/package.json b/package.json index e5213f9a..390829ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "114.0.1", + "version": "114.0.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { @@ -44,7 +44,7 @@ "dotenv": "^8.2.0", "gifencoder": "^2.0.1", "mathjs": "^6.6.4", - "moment": "^2.24.0", + "moment": "^2.25.1", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.28", "node-superfetch": "^0.1.10",