diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | env.sh | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,3 @@ -token.txt +discord_token.txt **/__pycache__ @@ -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 |
