diff --git a/src/bot/features/twitterBlacklist.ts b/src/bot/features/twitterBlacklist.ts index cfb9ccb..522ea2b 100644 --- a/src/bot/features/twitterBlacklist.ts +++ b/src/bot/features/twitterBlacklist.ts @@ -7,7 +7,7 @@ const composer = new Composer(); const feature = composer.chatType(["group", "supergroup"]); feature.hears( - /(x.com|twitter.com)/gi, + /(x\.com|twitter\.com)/gi, logHandle("blacklist-detection-twitter"), async (ctx: Context) => { const GROUP_IDS = process.env.GROUP_IDS