diff --git a/NadekoBot/Modules/Games.cs b/NadekoBot/Modules/Games.cs index 3dd8d46f..36b4f46d 100644 --- a/NadekoBot/Modules/Games.cs +++ b/NadekoBot/Modules/Games.cs @@ -16,6 +16,7 @@ namespace NadekoBot.Modules { commands.Add(new SpeedTyping(this)); commands.Add(new PollCommand(this)); //commands.Add(new BetrayGame(this)); + //EDIT TEST } public override string Prefix { get; } = NadekoBot.Config.CommandPrefixes.Games;