init
This commit is contained in:
parent
20298eee1a
commit
175522f96c
|
|
@ -5,8 +5,8 @@ import moment from 'moment';
|
||||||
import puppeteer from 'puppeteer';
|
import puppeteer from 'puppeteer';
|
||||||
import TelegramBot from 'node-telegram-bot-api';
|
import TelegramBot from 'node-telegram-bot-api';
|
||||||
import _ from 'lodash';
|
import _ from 'lodash';
|
||||||
import * as util from './commonUtil.js';
|
import * as util from './src/utils/commonUtil.js';
|
||||||
import * as crypto from './cryptoUtil.js';
|
import * as crypto from './src/utils/cryptoUtil.js';
|
||||||
|
|
||||||
dotenv.config();
|
dotenv.config();
|
||||||
const COOKIE = process.env.COOKIE;
|
const COOKIE = process.env.COOKIE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue