stuff
This commit is contained in:
parent
fbd236c659
commit
60828519a8
|
@ -1680,6 +1680,7 @@
|
|||
LibraryModules.UnreadGuildUtils = BDFDB.ModuleUtils.findByProperties("hasUnread", "getUnreadGuilds");
|
||||
LibraryModules.UnreadChannelUtils = BDFDB.ModuleUtils.findByProperties("getUnreadCount", "getOldestUnreadMessageId");
|
||||
LibraryModules.UploadUtils = BDFDB.ModuleUtils.findByProperties("upload", "instantBatchUpload");
|
||||
LibraryModules.UserFetchUtils = BDFDB.ModuleUtils.findByProperties("fetchCurrentUser", "getUser");
|
||||
LibraryModules.UserNameUtils = BDFDB.ModuleUtils.findByProperties("getName", "getNickname");
|
||||
LibraryModules.UserStore = BDFDB.ModuleUtils.findByProperties("getUser", "getUsers");
|
||||
LibraryModules.Utilities = BDFDB.ModuleUtils.findByProperties("flatMap", "cloneDeep");
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue