MajMcCloud / TelegramBotFramework

This is a context based application framework for the C# TelegramBot library.
https://www.t.me/tgbotbase
MIT License
149 stars 43 forks source link

QoL changes #29

Closed ZavaruKitsu closed 1 year ago

ZavaruKitsu commented 1 year ago

Basically apply linter (Rider built-in) rules and fix build warnings. Fixes some issues with exceptions' mute (I got tired of catching errors and not being able to see them without explicit try catch, so why not use BotBase.Exception event)

Also, removed some obsolete properties.

Breaking changes:

Needs to be tested a bit