Interfaceseedcordv0.15.0PageContextThe context passed to a source loader. In a DM guildguild is nullnull and useruser is still present. interface PageContextinterface PageContextMember overviewPropertiescoreguildinteractionuserPropertiesoptionalcoreThe framework core, passed only when a source requires framework services. core: Core;core: Core;guildThe guild, or nullnull in a DM. guild: Guild | null;guild: Guild | null;interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;interaction: Repliables;userThe acting user, always present. user: User;user: User;
optionalcoreThe framework core, passed only when a source requires framework services. core: Core;core: Core;
interactionThe interaction that triggered this load (a command or a nav click). interaction: Repliables;interaction: Repliables;