LeetCommand -> Leet, fixed too

This commit is contained in:
Master Kwoth 2016-04-15 01:04:31 +02:00
parent 048f69ddf2
commit f5d72fa77a
3 changed files with 2 additions and 1 deletions

View File

@ -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));
}

View File

@ -133,7 +133,7 @@
<Compile Include="_Models\JSONModels\MangaResult.cs" />
<Compile Include="_Models\JSONModels\PokemonType.cs" />
<Compile Include="_Models\JSONModels\_JSONModels.cs" />
<Compile Include="Modules\Games\Commands\LeetCommand.cs" />
<Compile Include="Modules\Games\Commands\Leet.cs" />
<Compile Include="Modules\Music\Classes\MusicControls.cs" />
<Compile Include="Modules\Music\Classes\PoopyBuffer.cs" />
<Compile Include="Modules\Music\Classes\Song.cs" />