mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Add call alias to phone
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = class PhoneCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'phone',
|
name: 'phone',
|
||||||
aliases: ['phone-call'],
|
aliases: ['phone-call', 'call'],
|
||||||
group: 'other',
|
group: 'other',
|
||||||
memberName: 'phone',
|
memberName: 'phone',
|
||||||
description: 'Starts a phone call with a random server.',
|
description: 'Starts a phone call with a random server.',
|
||||||
|
|||||||
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "114.0.1",
|
"version": "114.0.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"gifencoder": "^2.0.1",
|
"gifencoder": "^2.0.1",
|
||||||
"mathjs": "^6.6.4",
|
"mathjs": "^6.6.4",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.25.1",
|
||||||
"moment-duration-format": "^2.3.2",
|
"moment-duration-format": "^2.3.2",
|
||||||
"moment-timezone": "^0.5.28",
|
"moment-timezone": "^0.5.28",
|
||||||
"node-superfetch": "^0.1.10",
|
"node-superfetch": "^0.1.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user