mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 14:00:22 +02:00
Wot
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'whos-that-pokemon',
|
name: 'whos-that-pokemon',
|
||||||
aliases: ['who-pokemon', '', 'whos-that-pokémon', 'who-pokémon'],
|
aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon'],
|
||||||
group: 'games',
|
group: 'games',
|
||||||
memberName: 'whos-that-pokemon',
|
memberName: 'whos-that-pokemon',
|
||||||
description: 'Guess who that Pokémon is.',
|
description: 'Guess who that Pokémon is.',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "31.1.0",
|
"version": "31.1.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user