From d24897d1427f0e055dfcf0088f5dbd8f0ce6bf6e Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 31 Jul 2022 10:56:53 -0700 Subject: [PATCH] Rempved auto ping for suggested ping --- events/messageCreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events/messageCreate.js b/events/messageCreate.js index 2f5d825..0aee35e 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -25,7 +25,7 @@ client.on("messageCreate", async (message) => { (await thread).send({ content: `Hey <@${message.author.id}>! I've automatically created this thread from your message to keep the channel clean and keep messages condensed. \nIt is recommended that you change the Notification Settings for this thread to All Messages so that you get a notification when someone has responded to your query. - \nPinging <@&904354161561309184> so that they see this as well!`, + \nFeel free to pint the coursework help ping if you would like a hand!`, components: [row] });