Skip to content

Commit

Permalink
allow fields in embed.with tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 7, 2021
1 parent 9c21fcd commit 41dbe41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public EmbedBuilder build(TagContext context) {

public static HashSet<String> acceptedWithKeys = new HashSet<>(Arrays.asList(
"author_name", "author_url", "author_icon_url", "color", "description",
"footer", "footer_icon", "image", "thumbnail", "timestamp", "title", "title_url"
"footer", "footer_icon", "image", "thumbnail", "timestamp", "title", "title_url", "fields"
));

public static void registerTags() {
Expand Down

0 comments on commit 41dbe41

Please sign in to comment.