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'],
|
directionup: ['IconDirection', 'directionUp'],
|
||||||
directiontransition: ['IconDirection', 'transition'],
|
directiontransition: ['IconDirection', 'transition'],
|
||||||
disabled: ['SettingsItems', 'disabled'],
|
disabled: ['SettingsItems', 'disabled'],
|
||||||
|
discriminator: ['NameTag', 'discriminator'],
|
||||||
dmchannel: ['PrivateChannel', 'channel'],
|
dmchannel: ['PrivateChannel', 'channel'],
|
||||||
dmchannelactivity: ['PrivateChannelActivity', 'activity'],
|
dmchannelactivity: ['PrivateChannelActivity', 'activity'],
|
||||||
dmchannelactivityicon: ['PrivateChannelActivity', 'icon'],
|
dmchannelactivityicon: ['PrivateChannelActivity', 'icon'],
|
||||||
|
@ -4917,6 +4918,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
userprofiletopsectionstreaming: ['UserProfile', 'topSectionStreaming'],
|
userprofiletopsectionstreaming: ['UserProfile', 'topSectionStreaming'],
|
||||||
userprofiletopsectionxbox: ['UserProfile', 'topSectionXbox'],
|
userprofiletopsectionxbox: ['UserProfile', 'topSectionXbox'],
|
||||||
userprofileusername: ['UserProfile', 'username'],
|
userprofileusername: ['UserProfile', 'username'],
|
||||||
|
username: ['NameTag', 'username'],
|
||||||
usernote: ['Note', 'note'],
|
usernote: ['Note', 'note'],
|
||||||
usernotepopout: ['UserPopout', 'note'],
|
usernotepopout: ['UserPopout', 'note'],
|
||||||
usernoteprofile: ['UserProfile', 'note'],
|
usernoteprofile: ['UserProfile', 'note'],
|
||||||
|
|
Loading…
Reference in New Issue