feat(arabot): add information that you can use apply command for verification

This commit is contained in:
Anthony Berg 2024-09-02 22:24:12 +02:00
parent 4ad35f5b57
commit fe88e9f87b

View File

@ -52,7 +52,8 @@ export class VerifyReminder extends ScheduledTask {
await channel.send( await channel.send(
"If you want to have the vegan or activist role, you'll need to do a voice verification. " + "If you want to have the vegan or activist role, you'll need to do a voice verification. " +
"To do this, hop into the 'Verification' voice channel." + "To do this, hop into the 'Verification' voice channel." +
"\n\nIf there aren't any verifiers available, you'll be disconnected, and you can rejoin later.", "\n\nIf there aren't any verifiers available, you'll be disconnected, and you can rejoin later." +
"\nAlternatively if you would like text verification, you can use `/apply` in the Voice channel to be able fill out a Vegan Verification form through the Appy Bot.",
); );
// Reset the total message counter to 0 // Reset the total message counter to 0