From 559c49233bb33a44794e98046b6c6fbc5b5ba016 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 14 Jan 2026 17:04:04 +0200 Subject: [PATCH] oops --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 3cbf032..42bf245 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ import fs from 'node:fs'; import fetch from 'node-fetch'; -//const botBearerFile = process.env.BOT_BEARER_FILE; -//const userBearerFile = process.env.USER_BEARER_FILE; +const botBearerFile = process.env.BOT_BEARER_FILE; +const userBearerFile = process.env.USER_BEARER_FILE; const instance = process.env.INSTANCE || 'shigusegubu.club'; const videoId = process.env.VIDEO_ID;