diff --git a/src/NadekoBot/Modules/Pokemon/Pokemon.cs b/src/NadekoBot/Modules/Pokemon/Pokemon.cs index 8a4227f3..9395cf7b 100644 --- a/src/NadekoBot/Modules/Pokemon/Pokemon.cs +++ b/src/NadekoBot/Modules/Pokemon/Pokemon.cs @@ -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 PokemonTypes = new List();