stuff
This commit is contained in:
parent
65cd795524
commit
93163a4886
File diff suppressed because one or more lines are too long
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue