Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr authored Sep 13, 2024
1 parent a9a08d6 commit 5adf721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ client.on(Events.ThreadCreate, async (channel) => {

if (channel.parent && channel.parent.name === 'support') {
await message.edit(
`Hello <@!${channel.ownerId}>! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help.`
`Hello <@!${channel.ownerId}>! Someone will help you shortly, please do not ping moderators or other people and just wait for someone to come help. While waiting please check out <#1077195187698274324> to see if it already answers your question.`
);
} else {
await message.delete();
Expand Down

0 comments on commit 5adf721

Please sign in to comment.