From 9e4949ee1cfa3e78fc16b0da9864d1fac6fbce76 Mon Sep 17 00:00:00 2001 From: Owen Date: Sun, 22 Dec 2024 11:57:59 +0100 Subject: [PATCH] env var change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29fe531..ea739ee 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ defp deps do Below are the environment variables that you need to set for the program to function: ``` -DISCORD_TOKEN= client secret from the bot's application -LOGS_DISCORD_WEBHOOK_URL= webhook url for the log channel -PLANTNET_API_KEY= API key for the PlantNet service +PLANTID_DISCORD_BOT_TOKEN= client secret from the bot's application +PLANTID_LOGS_DISCORD_WEBHOOK_URL= webhook url for the log channel +PLANTNET_API_KEY= API key for the PlantNet service ``` ## Installation