add ephemeral messages and fix some bugs

This commit is contained in:
Дмитрий Шиманский
2023-11-16 21:53:43 +03:00
parent 819d974f99
commit dc44a51da1
4 changed files with 52 additions and 33 deletions

View File

@@ -33,7 +33,7 @@ namespace DiscordApp
await client.LoginAsync(TokenType.Bot, "MTE2NjA3OTk3NjQ0NjEwMzYwMg.GAKOIo.4af972Wh11G0EF4O5tNYb7l-vt5OwMc4HPRnjE");
await client.StartAsync();
await interactionHandler.InitializeAsync();
Startup.discordSocketClient = client;
await Task.Delay(Timeout.Infinite);
}