This commit is contained in:
Henry Jameson 2026-01-14 15:24:40 +02:00
commit 919b5cc644

View file

@ -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;