Returns a EmbedFooterBuilder with data from the raw json
EmbedFooterBuilder
EmbedFooterBuilder importJson(Map<String, String?> raw) { this.text = raw["text"]; this.iconUrl = raw["icon_url"]; return this; }