summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-04-24 04:31:16 -0400
committerGitHub <[email protected]>2020-04-24 04:31:16 -0400
commit81aeec607785f482d81ed78d6b7fef6a20642216 (patch)
tree4beb48bf5341eae325e875d1f001262317795666
parente172e8ea181fba5a9f463cee29bef894d0362bc3 (diff)
downloadFelicityBot-81aeec607785f482d81ed78d6b7fef6a20642216.tar.gz
FelicityBot-81aeec607785f482d81ed78d6b7fef6a20642216.zip
Now uses more environment variables
-rw-r--r--.env9
1 files changed, 9 insertions, 0 deletions
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='<your-secret-api-key-here>'
+EMOJI_SET='/your/emoji/set.json' # directly links to the json file
+IP='<your-server-ip-here>'
+PORT=<your-server-port-number-here>
+UNIQUE_SERVER='<your-unique-server-id>'
+MC_FOLDER='/path/to/minecraft/server/script/' # only links to the folder where you scrip resides, not the actual file
+MC_RUNNABLE_SCRIPT='./<your-bash-script-name>' # 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='<felicities-discord-user-id>'