LeetCommand -> Leet, fixed too
This commit is contained in:
parent
048f69ddf2
commit
f5d72fa77a
@ -19,6 +19,7 @@ namespace NadekoBot.Modules.Games
|
|||||||
commands.Add(new PollCommand(this));
|
commands.Add(new PollCommand(this));
|
||||||
commands.Add(new PlantPick(this));
|
commands.Add(new PlantPick(this));
|
||||||
commands.Add(new Bomberman(this));
|
commands.Add(new Bomberman(this));
|
||||||
|
commands.Add(new Leet(this));
|
||||||
//commands.Add(new BetrayGame(this));
|
//commands.Add(new BetrayGame(this));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
<Compile Include="_Models\JSONModels\MangaResult.cs" />
|
<Compile Include="_Models\JSONModels\MangaResult.cs" />
|
||||||
<Compile Include="_Models\JSONModels\PokemonType.cs" />
|
<Compile Include="_Models\JSONModels\PokemonType.cs" />
|
||||||
<Compile Include="_Models\JSONModels\_JSONModels.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\MusicControls.cs" />
|
||||||
<Compile Include="Modules\Music\Classes\PoopyBuffer.cs" />
|
<Compile Include="Modules\Music\Classes\PoopyBuffer.cs" />
|
||||||
<Compile Include="Modules\Music\Classes\Song.cs" />
|
<Compile Include="Modules\Music\Classes\Song.cs" />
|
||||||
|
Loading…
Reference in New Issue
Block a user