manual verification system
✎ .verify [user] (manual verification) command
this command is useful for servers with "gates" to them, where some "gatekeepers" can manually verify the user after they have posted a valid introduction or some other form of verification requirement.
/autoresponder add trigger:.verify reply:{requirearg:1|user} {requirerole:gatekeepers} {delete} {addrole:verified | [$1]}{embed} verified [$1]!
/autoresponder editmatchmode trigger:.verify matchmode:startswith
you can also have it so that once the user is verified, it sends a premade embed that greets the user in the chat channel, so that they get notified:
/autoresponder add trigger:.verify reply:{requirearg:1|user} {requirerole:gatekeepers} {delete} {addrole:verified | [$1]} {sendto: #general} [$1] {embed:greet}
Last updated