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;