This commit is contained in:
Mirco Wittrien 2019-09-05 12:46:45 +02:00
parent 55b29f7a36
commit 6fd8b97106
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -3759,7 +3759,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
DiscordClassModules.OptionPopout = BDFDB.WebModules.findByProperties('container', 'button', 'item');
DiscordClassModules.PictureInPicture = BDFDB.WebModules.findByProperties('pictureInPicture', 'pictureInPictureWindow');
DiscordClassModules.PillWrapper = BDFDB.WebModules.find(module => typeof module['item'] == 'string' && typeof module['wrapper'] == 'string' && Object.keys(module).length == 2);
DiscordClassModules.PrivateChannel = BDFDB.WebModules.findByProperties('activity', 'channel');
DiscordClassModules.PrivateChannel = BDFDB.WebModules.findByProperties('channel');
DiscordClassModules.PrivateChannelList = BDFDB.WebModules.findByProperties('privateChannels', 'searchBar');
DiscordClassModules.Popout = BDFDB.WebModules.findByProperties('popout', 'arrowAlignmentTop');
DiscordClassModules.PopoutActivity = BDFDB.WebModules.findByProperties('ellipsis', 'activityActivityFeed');