From 5574779c70f09f97a2de56cf16494d8ebfeb12ef Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 27 Mar 2023 00:41:57 +0200 Subject: [PATCH] chore: add missing example environment variable --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 5062bbb..4ee995d 100644 --- a/.env.example +++ b/.env.example @@ -9,3 +9,6 @@ API_SERVER='' API_CLIENT_ID='' # The client secret for the api API_CLIENT_SECRET='' + +# The poll secret used for the poll command +POLL_SECRET='' \ No newline at end of file