From 71a065d3ca748e3394ca9ab75f73eea8b9f7acf9 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Sun, 4 Aug 2024 20:05:24 +0200 Subject: [PATCH] feat(arabot): mention that vegans can access extra channels if verified --- src/interaction-handlers/welcome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction-handlers/welcome.ts b/src/interaction-handlers/welcome.ts index fbfb69b..89895f6 100644 --- a/src/interaction-handlers/welcome.ts +++ b/src/interaction-handlers/welcome.ts @@ -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; }