This commit is contained in:
Mirco Wittrien 2019-09-07 21:03:21 +02:00
parent 65cd795524
commit 93163a4886
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1297,7 +1297,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
LibraryModules.StatusMetaUtils = BDFDB.WebModules.findByProperties('getApplicationActivity', 'getStatus');
LibraryModules.StreamingUtils = BDFDB.WebModules.findByProperties('isStreaming');
LibraryModules.UnreadGuildUtils = BDFDB.WebModules.findByProperties('hasUnread', 'getUnreadGuilds');
LibraryModules.UploadChannelUtils = BDFDB.WebModules.findByProperties('getUnreadCount', 'getOldestUnreadMessageId');
LibraryModules.UnreadChannelUtils = BDFDB.WebModules.findByProperties('getUnreadCount', 'getOldestUnreadMessageId');
LibraryModules.UploadUtils = BDFDB.WebModules.findByProperties('upload', 'instantBatchUpload');
LibraryModules.UserStore = BDFDB.WebModules.findByProperties('getUser', 'getUsers');
LibraryModules.VoiceUtils = BDFDB.WebModules.findByProperties('getAllVoiceStates', 'getVoiceStatesForChannel');
LibraryModules.ZoomUtils = BDFDB.WebModules.findByProperties('zoomTo', 'fontScaleTo');