Remove todo line

This commit is contained in:
2019-02-20 22:05:37 +01:00
parent 0444d08b7c
commit 35bd2890ed

View File

@@ -35,7 +35,7 @@ namespace LaDOSE.DiscordBot.Command
await ctx.RespondAsync($"invalid id");
break;
}
await ctx.RespondAsync($"command : {command}, todo: {todo} ");
//await ctx.RespondAsync($"command : {command}, todo: {todo} ");
}
}
}