User Logged In
Data Returned
<DiscordOAuthUserResponse> Object
Website Viewed
Data Returned
<UserSessionObject> if user is logged in or {loggedIn: false} if not.
Guild Settings Updated
Props
String
required
The event type to listen for.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Dashboard class allows you to listen for events in the Dashboard.
Dashboard.DBDEvents.on(EVENT_TYPE, (data) => {
//
});
Dashboard.DBDEvents.on("userLoggedIn", (data) => {
//
});
<DiscordOAuthUserResponse> Object
Dashboard.DBDEvents.on("websiteView", (data) => {
//
});
<UserSessionObject> if user is logged in or {loggedIn: false} if not.
Dashboard.DBDEvents.on("guildSettingsUpdated", (data) => {
//
});
Was this page helpful?