Fix bot haning when sending alerts

This commit is contained in:
Marco Realacci 2024-01-19 19:06:53 +01:00
parent 0f90b3525e
commit 95e02d9a64
29 changed files with 217 additions and 80 deletions

View file

@ -1,7 +1,7 @@
using Telegram.Bot;
using Telegram.Bot.Types;
namespace HomeBot.ModuleLoader
namespace SoUnBot.ModuleLoader
{
public interface IModule
{

View file

@ -1,4 +1,4 @@
namespace HomeBot.ModuleLoader
namespace SoUnBot.ModuleLoader
{
public class ModuleLoader
{