oops
This commit is contained in:
parent
23db830da3
commit
01f2a7ac7f
1 changed files with 4 additions and 6 deletions
10
index.js
10
index.js
|
|
@ -1,15 +1,13 @@
|
|||
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;
|
||||
|
||||
//const botBearer = fs.readFileSync(botBearerFile, 'utf-8');
|
||||
//const userBearer = fs.readFileSync(userBearerFile, 'utf-8');
|
||||
const botBearer = '';
|
||||
const userBearer = '';
|
||||
const botBearer = fs.readFileSync(botBearerFile, 'utf-8');
|
||||
const userBearer = fs.readFileSync(userBearerFile, 'utf-8');
|
||||
|
||||
const globalState = {
|
||||
exit: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue