lib
This commit is contained in:
parent
a7bacd5ee5
commit
86e4eae335
File diff suppressed because one or more lines are too long
|
@ -4195,6 +4195,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
directionup: ['IconDirection', 'directionUp'],
|
||||
directiontransition: ['IconDirection', 'transition'],
|
||||
disabled: ['SettingsItems', 'disabled'],
|
||||
discriminator: ['NameTag', 'discriminator'],
|
||||
dmchannel: ['PrivateChannel', 'channel'],
|
||||
dmchannelactivity: ['PrivateChannelActivity', 'activity'],
|
||||
dmchannelactivityicon: ['PrivateChannelActivity', 'icon'],
|
||||
|
@ -4917,6 +4918,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
|||
userprofiletopsectionstreaming: ['UserProfile', 'topSectionStreaming'],
|
||||
userprofiletopsectionxbox: ['UserProfile', 'topSectionXbox'],
|
||||
userprofileusername: ['UserProfile', 'username'],
|
||||
username: ['NameTag', 'username'],
|
||||
usernote: ['Note', 'note'],
|
||||
usernotepopout: ['UserPopout', 'note'],
|
||||
usernoteprofile: ['UserProfile', 'note'],
|
||||
|
|
Loading…
Reference in New Issue