Fix ReactorError during InvokeBare

This commit is contained in:
Wizou 2022-10-08 15:06:36 +02:00
parent e51ea2441e
commit e4b2cdd2c1
4 changed files with 16 additions and 8 deletions

View file

@ -67,7 +67,6 @@ Type a command, or a message to send to the active secret chat:");
}
else if (ActiveChat == null) Console.WriteLine("No active secret chat");
else await Secrets.SendMessage(ActiveChat, new TL.Layer73.DecryptedMessage { message = line, random_id = WTelegram.Helpers.RandomLong() });
}
catch (Exception ex)
{