This commit is contained in:
Дмитрий Шиманский
2023-11-17 00:13:33 +03:00
parent 33b828b24d
commit cea954a7cd
2 changed files with 3 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ namespace DiscordApp
{
client.Ready += ReadyAsync;
handler.Log += LogAsync;
await handler.AddModulesAsync(Assembly.GetEntryAssembly(), services);
var guildCommand = new SlashCommandBuilder();