Rempved auto ping for suggested ping

imgbot
Kieran 2022-07-31 10:56:53 -07:00
parent 9bcc1ade69
commit d24897d142
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ client.on("messageCreate", async (message) => {
(await thread).send({ (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. 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. \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] components: [row]
}); });