Methods
Dashboard Events
The Dashboard class allows you to listen for events in the Dashboard.
For example, you can know when and what user has logged into the Dashboard and what settings they have changed in Bots.
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
The event type to listen for.
Was this page helpful?