diff --git a/NadekoBot/Modules/Games/Commands/LeetCommand.cs b/NadekoBot/Modules/Games/Commands/Leet.cs
similarity index 100%
rename from NadekoBot/Modules/Games/Commands/LeetCommand.cs
rename to NadekoBot/Modules/Games/Commands/Leet.cs
diff --git a/NadekoBot/Modules/Games/GamesModule.cs b/NadekoBot/Modules/Games/GamesModule.cs
index e22b5ccf..58da42b0 100644
--- a/NadekoBot/Modules/Games/GamesModule.cs
+++ b/NadekoBot/Modules/Games/GamesModule.cs
@@ -19,6 +19,7 @@ namespace NadekoBot.Modules.Games
commands.Add(new PollCommand(this));
commands.Add(new PlantPick(this));
commands.Add(new Bomberman(this));
+ commands.Add(new Leet(this));
//commands.Add(new BetrayGame(this));
}
diff --git a/NadekoBot/NadekoBot.csproj b/NadekoBot/NadekoBot.csproj
index 477390c9..e098355f 100644
--- a/NadekoBot/NadekoBot.csproj
+++ b/NadekoBot/NadekoBot.csproj
@@ -133,7 +133,7 @@
-
+