Merge pull request #232 from PrismLauncher/fix-thread-message
This commit is contained in:
commit
d221492e0d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue