From 73abc4b411343749dc33efa2f9f5975797d12f70 Mon Sep 17 00:00:00 2001 From: "awesome A.D" <59703337+awesomeAD1@users.noreply.github.com> Date: Thu, 4 Jan 2024 01:57:54 +0100 Subject: [PATCH] Updated trainer links message (#90) Removed the second "Please..." for redundancy but also increased urgency/authority, and made the requested action more explicit to clarify that this should happen now, to the current comment, and not only in future posts. --- src/events/messageCreate/handlers/trainer-link.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/messageCreate/handlers/trainer-link.ts b/src/events/messageCreate/handlers/trainer-link.ts index 69a450e..0705376 100644 --- a/src/events/messageCreate/handlers/trainer-link.ts +++ b/src/events/messageCreate/handlers/trainer-link.ts @@ -9,7 +9,7 @@ export default async (message: Message) => { const links = trainerLinks.map((s) => "- <" + s.replace(/\/train\/[a-z]+$/, "") + ">").join("\n"); const Q = "❓"; const newMessage = await message.reply(stripIndents` - Please don't link directly to the trainer. Please change your link(s) to: + Please don't link directly to the trainer. Edit your comment and change the url(s) to: ${links} React with ${Q} within ${REACTION_SECS}s to get a DM with explanation. `);