True Module namespace $namespace$ { public class $filename$ : Module { public override void Initialize() { Bot.CommandReceivedEvent += HandleCommandEvent; } public override void ParseCommand(CommandMessage command) { Command foundCommand = Commands.Find(c => c.Triggers.Contains(command.Command)); } } } True True Imported 1/29/2015 NewModule cs False True True InCSharpProjectFile True fileDefaultNamespace() -1 0 True getFileNameWithoutExtension() -1 1