stuff
This commit is contained in:
parent
0adbc01230
commit
a1c4f6540a
|
@ -1025,6 +1025,7 @@
|
|||
QuickSwitchChannelResult: "Channel",
|
||||
QuickSwitchGuildResult: "Guild",
|
||||
QuickSwitchResult: "Result",
|
||||
QuickSwitchUserResult: "User",
|
||||
UserProfile: "UserProfileBody",
|
||||
WebhookCard: "Webhook"
|
||||
};
|
||||
|
@ -1032,7 +1033,8 @@
|
|||
"DirectMessage",
|
||||
"GuildIcon",
|
||||
"QuickSwitchChannelResult",
|
||||
"QuickSwitchGuildResult"
|
||||
"QuickSwitchGuildResult",
|
||||
"QuickSwitchUserResult"
|
||||
];
|
||||
WebModulesData.DefaultRender = [
|
||||
"DiscordTag",
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue