@@ -1,4 +1,5 @@
|
||||
using BotService = Shrink.Login.BotService;
|
||||
using Shrink.Config;
|
||||
using Shrink.Service;
|
||||
|
||||
namespace Shrink;
|
||||
|
||||
@@ -6,6 +7,8 @@ public static class Program
|
||||
{
|
||||
public static async Task Main()
|
||||
{
|
||||
await Configuration.Instance.Init();
|
||||
await BotService.Instance.Login();
|
||||
await BotPassiveMsgHandler.Instance.Init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user