This commit is contained in:
10
app.js
10
app.js
@ -1,8 +1,8 @@
|
||||
const fs = require('fs');
|
||||
const { join } = require('path');
|
||||
const CreateBot = require('./bot');
|
||||
const CreateWebhookServer = require('./http');
|
||||
const logger = require('./utils/logger');
|
||||
import fs from 'fs';
|
||||
import { join } from 'path';
|
||||
import CreateBot from '#root/bot/index.js';
|
||||
import CreateWebhookServer from '#root/http/index.js';
|
||||
import logger from '#root/utils/logger.js';
|
||||
|
||||
let retryCount = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user