Skip to content

Commit efa3d60

Browse files
committed
tweak default intents
1 parent d448f51 commit efa3d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DiscordBotConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class DiscordBotConfig
4343
/// <summary>Whether to allow direct messages (if not, only guild messages are allowed).</summary>
4444
public bool AllowDMs = false;
4545

46-
/// <summary>What gateway intents to connect with. Defaults to 'AllUnprivileged | GuildMessages'.</summary>
47-
public GatewayIntents GatewayIntents = GatewayIntents.AllUnprivileged | GatewayIntents.GuildMessages;
46+
/// <summary>What gateway intents to connect with. Defaults to 'AllUnprivileged | GuildMessages | GuildMessageReactions'.</summary>
47+
public GatewayIntents GatewayIntents = GatewayIntents.AllUnprivileged | GatewayIntents.GuildMessages | GatewayIntents.GuildMessageReactions;
4848
}
4949
}

0 commit comments

Comments
 (0)