Update BDFDB.data.json
This commit is contained in:
parent
deadb69569
commit
68ddc7dfe7
|
@ -48,6 +48,7 @@
|
|||
"FolderStore": {"props": ["getGuildFolderById", "getFlattenedGuilds"]},
|
||||
"FolderUtils": {"props": ["isFolderExpanded", "getExpandedFolders"]},
|
||||
"GuildBoostUtils": {"props": ["getTierName", "getUserLevel"]},
|
||||
"GuildChannelKeys": {"props": ["GUILD_SELECTABLE_CHANNELS_KEY", "GUILD_VOCAL_CHANNELS_KEY"]},
|
||||
"GuildChannelStore": {"props": ["getChannels", "getDefaultChannel"]},
|
||||
"GuildEmojiStore": {"props": ["getGuildEmoji", "getDisambiguatedEmojiContext"]},
|
||||
"GuildNotificationsUtils": {"props": ["updateChannelOverrideSettings", "updateGuildNotificationSettings"]},
|
||||
|
@ -110,6 +111,7 @@
|
|||
"SpellCheckUtils": {"props": ["learnWord", "toggleSpellcheck"]},
|
||||
"SpotifyTrackUtils": {"props": ["hasConnectedAccount", "getLastPlayedTrackId"]},
|
||||
"SpotifyUtils": {"props": ["setActiveDevice", "pause"]},
|
||||
"StageChannelStore": {"props": ["getStageInstanceByChannel", "getAllStageInstances"]},
|
||||
"StateStoreUtils": {"props": ["useStateFromStores", "useStateFromStoresArray"]},
|
||||
"StatusMetaUtils": {"props": ["getApplicationActivity", "getStatus"]},
|
||||
"StoreChangeUtils": {"props": ["get", "set", "clear", "remove"]},
|
||||
|
|
Loading…
Reference in New Issue