Class

Verification

Verification()

Constructor

# new Verification()

View Source classes/verification.js, line 7

Methods

# async static attend(member, botGuild)

Will attend the user and give it the attendee role.
Parameters:
Name Type Description
member GuildMember
botGuild BotGuildModel

View Source classes/verification.js, line 97

# async static verify(member, email, guild, botGuild)

Verifies a guild member into a guild.
Parameters:
Name Type Description
member GuildMember member to verify
email String email to verify with
guild Guild
botGuild BotGuildModel

View Source classes/verification.js, line 22

Error if email is not valid!