From 2ee01e1e4aaf029c551b9aee5943b3e6455a9560 Mon Sep 17 00:00:00 2001 From: Ido Preuss Date: Tue, 20 Dec 2022 13:20:56 +0200 Subject: [PATCH] test --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5d82692..525079b 100644 --- a/app.js +++ b/app.js @@ -32,7 +32,7 @@ app.message(':wave:', async ({ message, say }) => { } } ], - text: `Hey there <@${message.user}>!`, + text: `Hey there there <@${message.user}>!`, thread_ts: message.ts }); });