diff options
| author | mat <github@matdoes.dev> | 2022-03-17 14:27:36 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-03-17 14:27:36 -0500 |
| commit | 557423e887a363d0d1be1dfc6db613f83fd7cec0 (patch) | |
| tree | 08796b7de8bff9a9de1f438c5bb45f2b62d43410 /.env.example | |
| parent | e6be291bd6787199f644b263c28c6d2c8b9b1d74 (diff) | |
| download | skyblock-stats-557423e887a363d0d1be1dfc6db613f83fd7cec0.tar.gz skyblock-stats-557423e887a363d0d1be1dfc6db613f83fd7cec0.tar.bz2 skyblock-stats-557423e887a363d0d1be1dfc6db613f83fd7cec0.zip | |
add logging in
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example index 313d6ac..df54f6a 100644 --- a/.env.example +++ b/.env.example @@ -1 +1,2 @@ -DISCORD_CLIENT_ID=The client/application ID of the Discord app.
\ No newline at end of file +DISCORD_CLIENT_ID=The client/application ID of the Discord app. (optional) +SKYBLOCK_STATS_API_KEY=This should be the same as your `key` environment variable in your skyblock-api instance. (optional) |
