From 2bee6674e5514cb04300cacbbb956d716f369567 Mon Sep 17 00:00:00 2001 From: Astropipe <30569805+Astropipe@users.noreply.github.com> Date: Tue, 3 Aug 2021 13:51:31 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 95a9e6d..64a2f4f 100644 --- a/index.js +++ b/index.js @@ -17,7 +17,7 @@ module.exports = function({ bot, commands }) { } const threadchanneltwo = await thread.getDMChannel(); - bot.createMessage(threadchanneltwo.id, `Reason for thread closure: ${args.text}`, msg.attachments, false); + bot.createMessage(threadchanneltwo.id, `This thread has been closed. Reason: ${args.text}`, msg.attachments, false); msg.delete(); thread.close(); });