You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cog named onboarding_role (open to suggestions) that listens for the on_member_update1 event and, if the value of flags.completed_onboarding23 is True in the member object, applies a configured role to the user.
Commands
[p]onboarding_role role # Shows config
[p]onboarding_role role <role> # Sets role to apply
Overview
A cog named
onboarding_role
(open to suggestions) that listens for theon_member_update
1 event and, if the value offlags.completed_onboarding
23 isTrue
in the member object, applies a configured role to the user.Commands
Footnotes
https://discordpy.readthedocs.io/en/stable/api.html#discord.on_member_update ↩
https://discordpy.readthedocs.io/en/stable/api.html#discord.Member.flags ↩
https://discordpy.readthedocs.io/en/stable/api.html#discord.MemberFlags.completed_onboarding ↩
The text was updated successfully, but these errors were encountered: