diff --git a/Izzy-Moonbot/Worker.cs b/Izzy-Moonbot/Worker.cs index 1c8a0088..8f222a41 100644 --- a/Izzy-Moonbot/Worker.cs +++ b/Izzy-Moonbot/Worker.cs @@ -328,6 +328,7 @@ private async Task UserCommandHandler(SocketUserCommand command) await _modLog.CreateModLog(_client.GetGuild((ulong)guildId)).SetContent(log).SetFileLogContent(log).Send(); } } + await command.RespondAsync(null); } else if (command.CommandName == UNMOON_CMD_NAME) { @@ -347,6 +348,7 @@ private async Task UserCommandHandler(SocketUserCommand command) await _modLog.CreateModLog(_client.GetGuild((ulong)guildId)).SetContent(log).SetFileLogContent(log).Send(); } } + await command.RespondAsync(null); } else {