Skip to content

Commit

Permalink
feat(arabot): mention that vegans can access extra channels if verified
Browse files Browse the repository at this point in the history
  • Loading branch information
smyalygames committed Aug 4, 2024
1 parent 613f534 commit 71a065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interaction-handlers/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 discussions and debates.` +
"\n\nIf you would like to be verified as a vegan, join the 'Verification' voice channel.",
"\n\nIf you are vegan, you can join the 'Verification' voice channel to be verified and gain access to more channels.",
);
return;
}
Expand Down

0 comments on commit 71a065d

Please sign in to comment.