From 2a4e651b6f60a0a7fee077772c89f9ee81b834cb Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 25 Jan 2026 10:52:08 +0100 Subject: move token.txt to discord_token.txt Signed-off-by: Vosjedev --- env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'env.sh') diff --git a/env.sh b/env.sh index 4a3d0bc..1b912e4 100644 --- a/env.sh +++ b/env.sh @@ -5,9 +5,9 @@ export MYSQL_PASSWORD=securepassword export MYSQL_DATABASE=discord_image_bridge export MYSQL_USER=bridge -[[ -f "bottoken.txt" ]] && read -r BOT_TOKEN <"bottoken.txt" +[[ -f "discord_token.txt" ]] && read -r DISCORD_TOKEN <"discord_token.txt" -export BOT_TOKEN +export DISCORD_TOKEN echo "Setup database..." mkdir -p /tmp/database -- cgit