diff --git a/src/modules/standup.ts b/src/modules/standup.ts index 01f8e3b..f54fdb3 100644 --- a/src/modules/standup.ts +++ b/src/modules/standup.ts @@ -70,14 +70,14 @@ export const standup = async( roles: [ channels.find((c) => { return c.channelId === channel.id; - })?.roleId ?? "692816967895220344", + })?.roleId ?? channel.guildId, ], }, content: `Good morning <@&${ channels.find((c) => { return c.channelId === channel.id; - })?.roleId ?? "692816967895220344" + })?.roleId ?? channel.guildId }> It is time for your daily progress update. Please share the following in this thread: 1️⃣ What did you accomplish yesterday?