Update 0BDFDB.data.json
This commit is contained in:
parent
8c750eb882
commit
b6a8c7d415
|
@ -136,6 +136,15 @@
|
|||
"SoundUtils": {
|
||||
"createSound": ["return new"],
|
||||
"playSound": ["getSoundpack"]
|
||||
},
|
||||
"SpotifyUtils": {
|
||||
"getAccessToken": ["SPOTIFY_ACCOUNT_ACCESS_TOKEN_REVOKE", "CONNECTION_ACCESS_TOKEN"],
|
||||
"pause": ["SPOTIFY_PLAYER_PAUSE"],
|
||||
"play": ["SPOTIFY_PLAYER_PLAY"]
|
||||
},
|
||||
"UserProfileUtils": {
|
||||
"fetchProfile": [".apply("],
|
||||
"getUser": ["\"USER_UPDATE\""]
|
||||
}
|
||||
},
|
||||
"LibraryModules": {
|
||||
|
@ -200,18 +209,13 @@
|
|||
"SoundParser": {"strings": ["discodo", "ddr-down", "mute"]},
|
||||
"SoundUtils": {"strings": [".play()", ".disableSounds", "getSoundpack"], "nonString": ["createElement"], "exported": false, "value": "exports"},
|
||||
"SortedGuildUtils": {"props": ["getSortedGuilds", "getFlattenedGuildIds"]},
|
||||
"SpotifyUtils": {"props": ["setActiveDevice", "pause"]},
|
||||
"StageChannelLiveStore": {"props": ["getAllLiveStageChannels", "useAllLiveStageChannels"]},
|
||||
"SpotifyUtils": {"strings": ["\"SPOTIFY_SET_ACTIVE_DEVICE\"", "deviceId", "accountId"], "exported": false, "value": "exports"},
|
||||
"StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]},
|
||||
"StoreChangeUtils": {"props": ["get", "set", "clear", "remove"]},
|
||||
"TimestampUtils": {"props": ["fromTimestamp", "extractTimestamp"]},
|
||||
"TimeUtils": {"props": ["calendarFormat", "dateFormat"]},
|
||||
"UploadUtils": {"props": ["upload", "instantBatchUpload"]},
|
||||
"URLParser": {"props": ["parse", "resolveObject"]},
|
||||
"UserBioParser": {"props": ["parseBioReact"]},
|
||||
"UserFetchUtils": {"props": ["fetchCurrentUser", "getUser"]},
|
||||
"UserProfileModalUtils": {"props": ["openUserProfileModal", "closeUserProfileModal"]},
|
||||
"UserProfileUtils": {"props": ["fetchMutualFriends", "fetchProfile"]},
|
||||
"UserProfileUtils": {"strings": ["USER_AGREEMENTS", "user cannot be undefined"], "exported": false, "value": "exports"},
|
||||
"UserSettingsUtils": {"props": ["open", "updateAccount"]},
|
||||
"Utilities": {"props": ["flatMap", "cloneDeep"]},
|
||||
"WindowUtils": {"props": ["minimize", "maximize", "close"]}
|
||||
|
|
Loading…
Reference in New Issue