Closed KommentatorForAll closed 1 year ago
member.pending exists, true while not finished screening, emits a onGuildMemberUpdate when done screening.
probably gonna implement on wednesday
It should be as simle as just moving the join code related to roles, to the guildMemberUpdate event and only run if pending.
I would also consider this a feature/enhancment, as its not something wrong with our code, but implementing something new
Fixed in #260
Describe the bug
there is no screening for new members, because we immediately apply roles to them, therefore automatically skipping the member screening. This allowes easier access for bots into the server and other fake spam accounts
Steps to reproduce
join the server
Expected behavior
member get screened and have to interact with something
Screenshots
No response
Additional context
No response