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 }); });