From 1cb41681ba265adb190d29a2e78fd65d250fc155 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 5 Feb 2018 18:14:37 +0000 Subject: [PATCH] ptable --- commands/search/periodic-table.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/search/periodic-table.js b/commands/search/periodic-table.js index a39f9c7e..96fa1751 100644 --- a/commands/search/periodic-table.js +++ b/commands/search/periodic-table.js @@ -10,7 +10,7 @@ module.exports = class PeriodicTableCommand extends Command { constructor(client) { super(client, { name: 'periodic-table', - aliases: ['periodic-table-of-elements', 'element'], + aliases: ['periodic-table-of-elements', 'element', 'p-table'], group: 'search', memberName: 'periodic-table', description: 'Finds an element on the periodic table.', diff --git a/package.json b/package.json index a29dd670..9a310ef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "62.4.0", + "version": "62.4.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {