You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really good to have some events emitted by the Crate object which could be used by the app/website where it's installed. Example:
create.on('ready', (data) => {
console.log('App is ready', data)
})
Personally I'd like to be able to see an event when the app is ready and is displaying first batch of messages. This way my app could display custom preloading animation and only show the widget when it's ready to use.
Discord API comes with a whole set of events so maybe that's a good starting point to move them over to crate.
The text was updated successfully, but these errors were encountered:
It would be really good to have some events emitted by the Crate object which could be used by the app/website where it's installed. Example:
Personally I'd like to be able to see an event when the app is ready and is displaying first batch of messages. This way my app could display custom preloading animation and only show the widget when it's ready to use.
Discord API comes with a whole set of events so maybe that's a good starting point to move them over to crate.
The text was updated successfully, but these errors were encountered: