From 06d46f3b52a26c240470a21df4dd0c71a2729e0c Mon Sep 17 00:00:00 2001 From: hirotomoyamada Date: Sun, 16 Jun 2024 07:25:58 +0900 Subject: [PATCH] chore(scripts): updated discord role IDs in message --- scripts/observe-pull-requests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/observe-pull-requests.ts b/scripts/observe-pull-requests.ts index f14493b..3b8d9a5 100644 --- a/scripts/observe-pull-requests.ts +++ b/scripts/observe-pull-requests.ts @@ -58,7 +58,7 @@ const DISCORD_HELP_WANTED_COMMENT = ( html_url: string, ) => [ - `<@&1202956318718304276> <@&1250950832078454795>`, + `<@&1202956318718304276> <@&1246174065216192662>`, `Help!, I need somebody, Help!, not just anybody,\nHelp!, you know I need someone, Help!`, `[${number}: ${title}](${html_url})`, ].join("\n\n")