slight change

This commit is contained in:
Kwoth 2016-12-04 22:28:31 +01:00
parent f84e7c960b
commit 223e0993b8

View File

@ -17,7 +17,7 @@ using static NadekoBot.Modules.Gambling.Gambling;
namespace NadekoBot.Modules.Pokemon
{
[NadekoModule("PokeGame", ">")]
[NadekoModule("Pokemon", ">")]
public partial class Pokemon : DiscordModule
{
private static List<PokemonType> PokemonTypes = new List<PokemonType>();