Fixed the thumbar and added icons and thumbar to build resources

Big brain me forgot it was status not state.
This commit is contained in:
Core 2022-02-02 11:11:30 +00:00
parent 1587b2fc26
commit 8da0ebed97
8 changed files with 30 additions and 35 deletions

View file

@ -183,7 +183,7 @@ export default class DiscordRichPresence {
/**
* Runs on playback State Change
* @param attributes Music Attributes (attributes.state = current state)
* @param attributes Music Attributes (attributes.status = current state)
*/
onPlaybackStateDidChange(attributes: object): void {
this.updateActivity(attributes)