From 557423e887a363d0d1be1dfc6db613f83fd7cec0 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 17 Mar 2022 14:27:36 -0500 Subject: add logging in --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.env.example') 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) -- cgit