From 6069e40006b81f4c6eeca1db59035749d1159163 Mon Sep 17 00:00:00 2001 From: Erik Zuuring Date: Fri, 1 Nov 2024 09:53:06 +0200 Subject: [PATCH] Update utils.ts --- lib/discord/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/discord/utils.ts b/lib/discord/utils.ts index 2b25e894..9f5496f3 100644 --- a/lib/discord/utils.ts +++ b/lib/discord/utils.ts @@ -13,7 +13,7 @@ import { DiscordBot } from "hubot-discord" const BASE_ROLE_ID = "1158333090494689290" // Channels that are used for testing, may be treated differently. -const TESTING_CHANNEL_NAMES = ["stackops", "acre-engineering", "acre", "mezo-engineering", "⁠mezo-engineering-musd", "mezo-engineering-portal"] +const TESTING_CHANNEL_NAMES = ["stackops", "acre-engineering", "mezo-engineering-core"] /** * Hubot Robot type with Discord adapter.