Skip to content

Commit 1e6ce4f

Browse files
committed
minor doc fix
1 parent 9818a76 commit 1e6ce4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DiscordBotConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class DiscordBotConfig
4141
/// <summary>Whether to allow direct messages (if not, only guild messages are allowed).</summary>
4242
public bool AllowDMs = false;
4343

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>
4545
public GatewayIntents GatewayIntents = GatewayIntents.AllUnprivileged | GatewayIntents.GuildMessages | GatewayIntents.GuildMessageReactions | GatewayIntents.MessageContent | GatewayIntents.GuildMembers;
4646

4747
/// <summary>Whether DM'd slash commands are ever allowed.</summary>

0 commit comments

Comments
 (0)