remove threat status text if no iucn data is available

This commit is contained in:
Owen
2024-12-29 20:16:11 +01:00
committed by Owen Rees
parent edf4364498
commit ffe6fca781
5 changed files with 164 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ defmodule PlantidDiscordBot.MixProject do
def project do
[
app: :plantid_discord_bot,
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps()