fix(arabot): grammar in welcome message

This commit is contained in:
Anthony 2024-01-24 15:43:45 +00:00
parent 3d8aba5577
commit 5e69ea6126

View File

@ -68,7 +68,7 @@ export class WelcomeButtonHandler extends InteractionHandler {
await general.send(
`${member} Welcome to ARA! :D Please check <#${IDs.channels.information.roles}> ` +
`and remember to follow the <#${IDs.channels.information.conduct}> and to respect ongoing discussion and debates.` +
`and remember to follow the <#${IDs.channels.information.conduct}> and to respect ongoing discussions and debates.` +
"\n\nIf you would like to be verified as a vegan, join the 'Verification' voice channel.",
);
return;