Add portal alias

This commit is contained in:
Daniel Odendahl Jr
2018-09-24 00:45:16 +00:00
parent 76fc35e39d
commit 99af699085
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "91.10.1",
"version": "91.10.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {