diff --git a/internal/standup-bot/src/discord/mod.rs b/internal/standup-bot/src/discord/mod.rs index ad6cbc5d3..641b8fc08 100644 --- a/internal/standup-bot/src/discord/mod.rs +++ b/internal/standup-bot/src/discord/mod.rs @@ -36,7 +36,7 @@ use crate::{ }; const INTENTS: GatewayIntents = GatewayIntents::GUILD_MEMBERS.union(GatewayIntents::GUILD_MESSAGES); -const ROLE_ID: u64 = 1391944565409316944; +const ROLE_ID: u64 = 1534007500121313341; pub struct DiscordClient { http: Arc,