From 99d517b2605f22f5386e3f12741ae9e6c238ff81 Mon Sep 17 00:00:00 2001 From: Reasonless <28310208+Reasonlesss@users.noreply.github.com> Date: Sat, 23 Jul 2022 08:39:29 +0100 Subject: [PATCH] Fix Dictionaries in ?code (#85) --- .../helpbot/df/codeinfo/viewables/embeds/IconEmbedBuilder.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/diamondfire/helpbot/df/codeinfo/viewables/embeds/IconEmbedBuilder.java b/src/main/java/com/diamondfire/helpbot/df/codeinfo/viewables/embeds/IconEmbedBuilder.java index 65b96915..4f8bbfc4 100644 --- a/src/main/java/com/diamondfire/helpbot/df/codeinfo/viewables/embeds/IconEmbedBuilder.java +++ b/src/main/java/com/diamondfire/helpbot/df/codeinfo/viewables/embeds/IconEmbedBuilder.java @@ -62,6 +62,7 @@ enum ParamConverter { POTION("Potion"), VARIABLE("Variable"), LIST("List"), + DICT("Dictionary"), ITEM("Item"), PROJECTILE("Projectile"), SPAWN_EGG("Spawn Egg"),