Update BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2021-05-07 10:09:39 +02:00
parent deadb69569
commit 68ddc7dfe7
1 changed files with 2 additions and 0 deletions

View File

@ -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"]},