From 81aeec607785f482d81ed78d6b7fef6a20642216 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 24 Apr 2020 04:31:16 -0400 Subject: Now uses more environment variables --- .env | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.env') diff --git a/.env b/.env index bda4710..ac67b3d 100644 --- a/.env +++ b/.env @@ -1,2 +1,11 @@ # .env +#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 +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 +BOT_ID='' -- cgit v1.2.3