Skip to content

Commit 7b42953

Browse files
authored
Merge pull request #504 from danthe1st/missing-embed-hints
add missing native hints for embeds
2 parents c2bd274 + 3d73daa commit 7b42953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/discordjug/javabot/RuntimeHintsConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//needs to be serialized for channel managers etc
5353
PermOverrideData.class,
5454
//ensure that webhook embed authors can be serialized
55-
WebhookEmbed.EmbedAuthor.class
55+
WebhookEmbed.EmbedAuthor.class, WebhookEmbed.EmbedField.class, WebhookEmbed.EmbedFooter.class, WebhookEmbed.EmbedTitle.class
5656
})
5757
public class RuntimeHintsConfiguration implements RuntimeHintsRegistrar {
5858

0 commit comments

Comments
 (0)