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