Skip to content

Commit

Permalink
fix: add message content intent
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Jan 7, 2023
1 parent 3970101 commit ee7b6c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pub async fn run(controller: Address<Controller>, config: DiscordConfig) {
};

let intents = GatewayIntents::GUILD_MESSAGES
| GatewayIntents::MESSAGE_CONTENT
| GatewayIntents::GUILDS
| GatewayIntents::GUILD_MESSAGE_REACTIONS;

Expand Down

0 comments on commit ee7b6c0

Please sign in to comment.