diff options
| author | realtradam <[email protected]> | 2020-04-24 04:32:12 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-24 04:32:12 -0400 |
| commit | e7f506b4ad06ecd57c0946aba3518d20bacf1fc0 (patch) | |
| tree | 839bb9fe1ef044d4dd53b0202e637f1f1e0f4972 /.env | |
| parent | 81aeec607785f482d81ed78d6b7fef6a20642216 (diff) | |
| download | FelicityBot-e7f506b4ad06ecd57c0946aba3518d20bacf1fc0.tar.gz FelicityBot-e7f506b4ad06ecd57c0946aba3518d20bacf1fc0.zip | |
Cleaned up formatting
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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='<your-secret-api-key-here>' -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='<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 +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>' |
