This commit is contained in:
@@ -48,7 +48,8 @@ namespace LaDOSE.DiscordBot
|
||||
|
||||
Console.WriteLine($"LaDOSE.Net Discord Bot");
|
||||
|
||||
DiscordClientBuilder builder2 = DiscordClientBuilder.CreateDefault(discordToken, TextCommandProcessor.RequiredIntents | SlashCommandProcessor.RequiredIntents);
|
||||
DiscordClientBuilder builder2 =
|
||||
DiscordClientBuilder.CreateDefault(discordToken, DiscordIntents.AllUnprivileged | DiscordIntents.MessageContents | DiscordIntents.GuildMessages| TextCommandProcessor.RequiredIntents | SlashCommandProcessor.RequiredIntents);
|
||||
|
||||
var cts = new CancellationTokenSource();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user