Projects and Diseases placeholder application commands (#17)

* fix module name in backup

* save projects to persistent_term

* retrieve projects on bot startup

* remove commented out code

* register project autocomplete

* placeholder text for project

* placeholder disease command
This commit is contained in:
2025-12-08 08:53:48 +01:00
committed by GitHub
parent 02372f2076
commit 0eddf04678
11 changed files with 182 additions and 27 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ config :plantid_discord_bot,
api: Nostrum.Api,
plantnet_api_key: System.get_env("PLANTNET_API_KEY"),
fileserver_url: System.get_env("PLANTID_FILESERVER_URL", "http://localhost:4321"),
metrics_webhook_url: System.get_env("PLANTID_LOGS_DISCORD_WEBHOOK_URL")
metrics_webhook_url: System.get_env("PLANTID_LOGS_DISCORD_WEBHOOK_URL"),
dev_guild_id: System.get_env("DISCORD_DEV_GUILD_ID")
config :nostrum,
token: System.get_env("PLANTID_DISCORD_BOT_TOKEN")