diff --git a/sushi-bot/index.ts b/sushi-bot/index.ts index 19f95da3..05cac782 100644 --- a/sushi-bot/index.ts +++ b/sushi-bot/index.ts @@ -357,6 +357,12 @@ export default async function ({eventClient, webClient: slack}: SlackInterface) if (allText.match(/twitter(?!\.com)/i)) { slack.reactions.add({name: 'x-logo', channel, timestamp}) } + } + + { + if (allText.match(/\bx(?!\.com)\b/i)) { + slack.reactions.add({name: 'twitter', channel, timestamp}) + } } });