HunteRoi
DIAdiscord.js - Imagine an app
•Created by HunteRoi on 8/30/2023 in #djs-questions
Does GuildMemberUpdate get triggered when a user completes the onboarding ?
I see that the guildMember#flags field can also contain the flags
STARTED_ONBOARDING
and COMPLETED_ONBOARDING
. Does it mean that the GuildMemberUpdate event is sent once the user has completed an onboarding?4 replies
DIAdiscord.js - Imagine an app
•Created by HunteRoi on 10/10/2022 in #djs-questions
PermissionOverwriteManager using a Partial Record
Do you have any intention to remove the use of the
Partial<Record<keyof typeof PermissionFlagsBits, boolean | null>>
that is declared as PermissionOverwriteOptions
in the PermissionOverwriteManager ?
There are no enum to replace it yet but that would be cool to have consistency over it as it is for ChannelType
, OverwriteType
and such.22 replies