Skip to content

Commit

Permalink
Updated trainer links message (#90)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
awesomeAD1 authored Jan 4, 2024
1 parent 9b2120f commit 73abc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/messageCreate/handlers/trainer-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
`);
Expand Down

0 comments on commit 73abc4b

Please sign in to comment.