From f7997039591da80c6a1e50811ac2c6128d46806b Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Tue, 22 Aug 2023 19:53:50 +0200 Subject: [PATCH] chore: update support thread message Signed-off-by: Sefa Eyeoglu --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 88953a6..696d158 100644 --- a/src/index.ts +++ b/src/index.ts @@ -177,7 +177,7 @@ client.on(Events.ThreadCreate, async (channel) => { await channel.send({ content: ` - <@${channel.ownerId}> We've received your support ticket! Please upload your logs and post the link here if possible. Also, remember not to ping ${pingRole} for support, as they are not support staff! + <@${channel.ownerId}> We've received your support ticket! Please upload your logs and post the link here if possible (run \`/tag log\` to find out how). Please don't ping people for support questions, unless you have their permission. `.trim(), allowedMentions: { repliedUser: true,