This commit is contained in:
2023-02-12 17:11:12 -03:00
parent c0f7c8cc1d
commit 9be2ffc54a
2 changed files with 1 additions and 15 deletions

View File

@@ -34,7 +34,7 @@ namespace TextCommandFramework
services.GetRequiredService<CommandService>().Log += LogAsync;
await Connect(client);
client.Disconnected += async (ex) => await Connect(client);
//client.Disconnected += async (ex) => await Connect(client);
await services.GetRequiredService<CommandHandlingService>().InitializeAsync();