Merge pull request #232 from PrismLauncher/fix-thread-message

This commit is contained in:
Ryan Cao 2023-08-23 10:00:29 +08:00 committed by GitHub
commit d221492e0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ client.on(Events.ThreadCreate, async (channel) => {
await channel.send({ await channel.send({
content: ` 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(), `.trim(),
allowedMentions: { allowedMentions: {
repliedUser: true, repliedUser: true,