diff --git a/Program.cs b/Program.cs index e5c4e2d..a9f1324 100644 --- a/Program.cs +++ b/Program.cs @@ -103,6 +103,10 @@ async Task BotOnMessageReceived(ITelegramBotClient botClient, Message message) { } } } + else { + // likely not a message meant for us + return; + } } switch (command) {