File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public class DiscordBotConfig
41
41
/// <summary>Whether to allow direct messages (if not, only guild messages are allowed).</summary>
42
42
public bool AllowDMs = false ;
43
43
44
- /// <summary>What gateway intents to connect with. Defaults to 'AllUnprivileged | GuildMessages | GuildMessageReactions | MessageContent'.</summary>
44
+ /// <summary>What gateway intents to connect with. Defaults to 'AllUnprivileged | GuildMessages | GuildMessageReactions | MessageContent | GuildMembers '.</summary>
45
45
public GatewayIntents GatewayIntents = GatewayIntents . AllUnprivileged | GatewayIntents . GuildMessages | GatewayIntents . GuildMessageReactions | GatewayIntents . MessageContent | GatewayIntents . GuildMembers ;
46
46
47
47
/// <summary>Whether DM'd slash commands are ever allowed.</summary>
You can’t perform that action at this time.
0 commit comments