From 35bd2890ed8a9206bb7a6102a4b4d894343b7f3e Mon Sep 17 00:00:00 2001 From: Darkstack <1835601+darkstack@users.noreply.github.com> Date: Wed, 20 Feb 2019 22:05:37 +0100 Subject: [PATCH] Remove todo line --- LaDOSE.Src/LaDOSE.DiscordBot/Command/Todo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LaDOSE.Src/LaDOSE.DiscordBot/Command/Todo.cs b/LaDOSE.Src/LaDOSE.DiscordBot/Command/Todo.cs index 6d63181..4c73f7d 100644 --- a/LaDOSE.Src/LaDOSE.DiscordBot/Command/Todo.cs +++ b/LaDOSE.Src/LaDOSE.DiscordBot/Command/Todo.cs @@ -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} "); } } } \ No newline at end of file