mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 06:42:50 +02:00
ptable
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class PeriodicTableCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'periodic-table',
|
name: 'periodic-table',
|
||||||
aliases: ['periodic-table-of-elements', 'element'],
|
aliases: ['periodic-table-of-elements', 'element', 'p-table'],
|
||||||
group: 'search',
|
group: 'search',
|
||||||
memberName: 'periodic-table',
|
memberName: 'periodic-table',
|
||||||
description: 'Finds an element on the periodic table.',
|
description: 'Finds an element on the periodic table.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "62.4.0",
|
"version": "62.4.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user