From 0d93199c8c271dab8fd9d0661bee3e68f7938faa Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 23 Aug 2017 11:06:11 +0000 Subject: [PATCH] Wot --- commands/games/whos-that-pokemon.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/games/whos-that-pokemon.js b/commands/games/whos-that-pokemon.js index 612cc4e4..3b145304 100644 --- a/commands/games/whos-that-pokemon.js +++ b/commands/games/whos-that-pokemon.js @@ -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.', diff --git a/package.json b/package.json index c8a24718..30670fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "31.1.0", + "version": "31.1.1", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {