From ef377d3f688b0c462c8eb11e000174690e86a8c5 Mon Sep 17 00:00:00 2001 From: veryCrunchy Date: Tue, 8 Oct 2024 09:27:10 +0200 Subject: [PATCH] fix(discord-bot): update developer roles constant (#1070) * chore: disable commitlint * fix(discord-bot): update developer roles constant * Update commit-msg --- apps/discord-bot/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/discord-bot/src/constants.ts b/apps/discord-bot/src/constants.ts index 672f52a..bc5188f 100644 --- a/apps/discord-bot/src/constants.ts +++ b/apps/discord-bot/src/constants.ts @@ -30,7 +30,7 @@ export const roles = { ADMINISTRATOR: "685969048399249459", PROJECT_MANAGEMENT: "673682085608816652", REVIEWER: "630445337143935009", - DEVELOPER: "691396820236107837", + DEVELOPER: "1027665813525778436", DESIGNER: "691386502566903850", MODERATOR: "514546359865442304", SUPPORT_AGENT: "566417964820070421",