fix: Grammar issues

pull/2/head
KieranRobson 2023-09-20 22:49:06 +01:00
parent 79db6a670e
commit 4837ac6f29
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ client.on('guildMemberAdd', async (guildmember) => {
if (guild == guildmember.guild.id) {
welcomechannel.send({
content: `Hi **${guildmember.user}**, welcome to the server! Please be sure to fill out your roles in ${roleChannel}, submit a paid member request in ${paidMemberRequestChannel} and introduce yourself ${introductionChannel}`,
content: `Hi **${guildmember.user}**, welcome to the server! Please be sure to fill out your roles in ${roleChannel}, submit a paid member request in ${paidMemberRequestChannel} and introduce yourself in ${introductionChannel}`,
});
}
});