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.',
+2 -2
View File
@@ -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",