From 99af69908593e75bca23090513bac80a4766c4a4 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 24 Sep 2018 00:45:16 +0000 Subject: [PATCH] Add portal alias --- commands/text-edit/portal-send.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/text-edit/portal-send.js b/commands/text-edit/portal-send.js index 835e8a29..7fd99ca9 100644 --- a/commands/text-edit/portal-send.js +++ b/commands/text-edit/portal-send.js @@ -4,7 +4,7 @@ module.exports = class PortalSendCommand extends Command { constructor(client) { super(client, { name: 'portal-send', - aliases: ['send-portal-message', 'portal-message', 'send-portal-msg', 'portal-msg'], + aliases: ['send-portal-message', 'portal-message', 'send-portal-msg', 'portal-msg', 'portal'], group: 'text-edit', memberName: 'portal-send', description: 'Send a message to a portal channel.', diff --git a/package.json b/package.json index 2ea55969..22a1dea2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.10.1", + "version": "91.10.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {