forked from Sarah/Lieb-Website
fixed intents
This commit is contained in:
parent
412e707e25
commit
05487cba84
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace DiscordBot
|
|||
var discordConfig = new DiscordSocketConfig()
|
||||
{
|
||||
AlwaysDownloadUsers = true,
|
||||
GatewayIntents = GatewayIntents.GuildMembers
|
||||
GatewayIntents = GatewayIntents.Guilds | GatewayIntents.GuildMembers
|
||||
};
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue