mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
refactor(arabot): change order of welcome message
This commit is contained in:
@@ -57,7 +57,7 @@ class WelcomeButtonHandler extends InteractionHandler {
|
||||
if (!member.voice.channel) {
|
||||
await member.roles.add(IDs.roles.nonvegan.nonvegan);
|
||||
|
||||
await general.send(`Welcome ${member} to ARA :D. Please check <#${IDs.channels.information.roles}> `
|
||||
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.`
|
||||
+ '\n\nIf you would like to be verified as a vegan, join the \'Verification\' voice channel.');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user