Skip to content

Commit

Permalink
feat(interaction): update info for welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
smyalygames committed Sep 3, 2024
1 parent a5187ec commit 63c3b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interaction-handlers/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ 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 are vegan, you can join the 'Verification' voice channel to be verified and gain access to more channels.",
`\n\nIf you are vegan, you can join the 'Verification' voice channel, or use \`/apply\` with the Appy bot in <#${IDs.channels.nonVegan.vcText}>, ` +
'to be verified and gain access to more channels.',
);
return;
}
Expand Down

0 comments on commit 63c3b14

Please sign in to comment.