From f5d72fa77afb22f2beaac0a99ed2e31e23631096 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Fri, 15 Apr 2016 01:04:31 +0200 Subject: [PATCH] LeetCommand -> Leet, fixed too --- NadekoBot/Modules/Games/Commands/{LeetCommand.cs => Leet.cs} | 0 NadekoBot/Modules/Games/GamesModule.cs | 1 + NadekoBot/NadekoBot.csproj | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename NadekoBot/Modules/Games/Commands/{LeetCommand.cs => Leet.cs} (100%) 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 @@ - +