This commit is contained in:
Daniel Odendahl Jr
2018-02-05 18:14:37 +00:00
parent 3e4dfc4f8d
commit 1cb41681ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "62.4.0",
"version": "62.4.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {