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"),