Interfacegatewayv0.1.4PageContextThe context passed to a source loader. In a DM guild is null and user is still present. interface PageContextMember overviewPropertiescoreguildinteractionuserPropertiescoreThe framework core. core: Core;guildThe guild, or null in a DM. guild: Guild | null;interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;userThe acting user, always present. user: User;
interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;