mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-05 23:52:35 +02:00
Fix bot haning when sending alerts
This commit is contained in:
parent
0f90b3525e
commit
95e02d9a64
29 changed files with 217 additions and 80 deletions
|
@ -1,7 +1,7 @@
|
|||
using Telegram.Bot;
|
||||
using Telegram.Bot.Types;
|
||||
|
||||
namespace HomeBot.ModuleLoader
|
||||
namespace SoUnBot.ModuleLoader
|
||||
{
|
||||
public interface IModule
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace HomeBot.ModuleLoader
|
||||
namespace SoUnBot.ModuleLoader
|
||||
{
|
||||
public class ModuleLoader
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue