From 2e9aa4106f667f7a76f27fd4d796eea72162b9d0 Mon Sep 17 00:00:00 2001 From: appelemac Date: Sat, 26 Mar 2016 14:59:37 +0100 Subject: [PATCH] TEST~~~~TEST testing if this'll work =.= --- NadekoBot/Modules/Games.cs | 1 + 1 file changed, 1 insertion(+) 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;