From e7f506b4ad06ecd57c0946aba3518d20bacf1fc0 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 24 Apr 2020 04:32:12 -0400 Subject: Cleaned up formatting --- .env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.env b/.env index ac67b3d..a5122f3 100644 --- a/.env +++ b/.env @@ -1,11 +1,11 @@ # .env -#set up these variables to work with your deployment of the bot +# Set up these variables to work with your deployment of the bot DISCORD_TOKEN='' -EMOJI_SET='/your/emoji/set.json' # directly links to the json file +EMOJI_SET='/your/emoji/set.json' # Directly links to the json file IP='' PORT= UNIQUE_SERVER='' -MC_FOLDER='/path/to/minecraft/server/script/' # only links to the folder where you scrip resides, not the actual file -MC_RUNNABLE_SCRIPT='./' # could also just link to your jar, but you usually want to include some parameters so a script is prefered -PID_TXT='/path/to/your/PID.txt' # needs to link directly to the text file where you want your PID to be read from +MC_FOLDER='/path/to/minecraft/server/script/' # Only links to the folder where you scrip resides, not the actual file +MC_RUNNABLE_SCRIPT='./' # Could also just link to your jar, but you usually want to include some parameters so a script is prefered +PID_TXT='/path/to/your/PID.txt' # Needs to link directly to the text file where you want your PID to be read from BOT_ID='' -- cgit v1.2.3