diff --git a/KfChatDotNetBot/Commands/TestCommands.cs b/KfChatDotNetBot/Commands/TestCommands.cs index d58bba8..dc29c91 100644 --- a/KfChatDotNetBot/Commands/TestCommands.cs +++ b/KfChatDotNetBot/Commands/TestCommands.cs @@ -33,6 +33,7 @@ public class EditTestCommand : ICommand if (reference.Status == SentMessageTrackerStatus.NotSending || reference.Status == SentMessageTrackerStatus.Unknown || reference.Status == SentMessageTrackerStatus.ChatDisconnected || + reference.Status == SentMessageTrackerStatus.Lost || reference.ChatMessageId == null) { logger.Error("Either message refused to send due to bot settings or something fucked up getting the message ID");