mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
Fix priority for General Handler
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Kruzya.TelegramBot.Core
|
||||
}
|
||||
|
||||
[HandleEverything]
|
||||
[Priority(-10)]
|
||||
[Priority(short.MaxValue - 10)]
|
||||
public async Task<bool> Listener()
|
||||
{
|
||||
foreach (var message in new Message[] {RawUpdate.Message, RawUpdate.EditedMessage, RawUpdate.ChannelPost, RawUpdate.EditedChannelPost})
|
||||
|
||||
Reference in New Issue
Block a user