From 223e0993b85919f1c5b7f5c8d5520df9f575be48 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 4 Dec 2016 22:28:31 +0100 Subject: [PATCH] slight change --- src/NadekoBot/Modules/Pokemon/Pokemon.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();