From 919b5cc644f6bd36ec84527a9373b534b236554d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 14 Jan 2026 15:24:40 +0200 Subject: [PATCH] clarity --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f3f8eb5..c55a756 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,6 @@ import fetch from 'node-fetch'; -const botBearer = process.env.BEARER; +const botBearer = process.env.BOT_BEARER; const userBearer = process.env.USER_BEARER; const instance = process.env.INSTANCE; const videoId = process.env.VIDEO_ID;