diff --git a/src/discord.rs b/src/discord.rs index 3a13fd5..e285e0d 100644 --- a/src/discord.rs +++ b/src/discord.rs @@ -64,6 +64,7 @@ pub async fn run(controller: Address, config: DiscordConfig) { }; let intents = GatewayIntents::GUILD_MESSAGES + | GatewayIntents::MESSAGE_CONTENT | GatewayIntents::GUILDS | GatewayIntents::GUILD_MESSAGE_REACTIONS;