diff options
| author | realtradam <[email protected]> | 2020-04-24 18:24:15 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-24 18:24:15 -0400 |
| commit | 6f26753e7d44d102bc4895728fd92e43e3dd2c56 (patch) | |
| tree | dede474cf3814bed3862047c7bbcac53c48584f8 | |
| parent | 51e79e7b33b74ab42541663e91afa0e6e22b144b (diff) | |
| download | FelicityBot-6f26753e7d44d102bc4895728fd92e43e3dd2c56.tar.gz FelicityBot-6f26753e7d44d102bc4895728fd92e43e3dd2c56.zip | |
Removed unnecessary variable
| -rw-r--r-- | .env | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,4 +8,3 @@ 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>' |
