From 4b8bfa7c26c77cfc00729cfaa6e809f485bb3184 Mon Sep 17 00:00:00 2001 From: Angela Yu Date: Mon, 3 Aug 2026 21:29:38 -0400 Subject: [PATCH] TAN-48 : fixed new role id --- internal/standup-bot/src/discord/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,