Update 0BDFDB.data.json
This commit is contained in:
parent
efa38dc2d0
commit
2dfe1bbb4d
|
@ -118,6 +118,10 @@
|
|||
},
|
||||
"ReactionUtils": {
|
||||
"getReactions": [".apply("]
|
||||
},
|
||||
"RoleIconUtils": {
|
||||
"canGuildUseRoleIcons": [".ROLE_ICONS"],
|
||||
"getRoleIconData": ["convertSurrogateToName", "customIconSrc"]
|
||||
}
|
||||
},
|
||||
"LibraryModules": {
|
||||
|
@ -171,7 +175,7 @@
|
|||
"ReactionUtils": {"strings": ["\"MESSAGE_REACTION_ADD\"", "\"MESSAGE_REACTION_REMOVE\"", "\"@me\""], "exported": false, "value": "exports"},
|
||||
"RecentMentionUtils": {"props": ["deleteRecentMention", "fetchRecentMentions"]},
|
||||
"RelationshipUtils": {"props": ["addRelationship", "removeRelationship"]},
|
||||
"RoleIconUtils": {"props": ["getRoleIconData"]},
|
||||
"RoleIconUtils": {"strings": [".ROLE_ICONS", "convertSurrogateToName", "customIconSrc"], "exported": false, "value": "exports"},
|
||||
"RTCConnectionUtils": {"props": ["getChannelId", "getGuildId", "getRTCConnectionId"]},
|
||||
"SearchPageUtils": {"props": ["searchNextPage", "searchPreviousPage"]},
|
||||
"SettingsUtils": {"props": ["ShowCurrentGame", "DeveloperMode"]},
|
||||
|
|
Loading…
Reference in New Issue