clarity
This commit is contained in:
parent
a1507d59a3
commit
919b5cc644
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -1,6 +1,6 @@
|
||||||
import fetch from 'node-fetch';
|
import fetch from 'node-fetch';
|
||||||
|
|
||||||
const botBearer = process.env.BEARER;
|
const botBearer = process.env.BOT_BEARER;
|
||||||
const userBearer = process.env.USER_BEARER;
|
const userBearer = process.env.USER_BEARER;
|
||||||
const instance = process.env.INSTANCE;
|
const instance = process.env.INSTANCE;
|
||||||
const videoId = process.env.VIDEO_ID;
|
const videoId = process.env.VIDEO_ID;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue