This commit is contained in:
Daniel Odendahl Jr
2017-08-23 11:06:11 +00:00
parent 6b2091e272
commit 0d93199c8c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
constructor(client) {
super(client, {
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',
memberName: 'whos-that-pokemon',
description: 'Guess who that Pokémon is.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "31.1.0",
"version": "31.1.1",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {