This commit is contained in:
2
app.js
2
app.js
@ -3,7 +3,7 @@ import { join } from 'path';
|
|||||||
import CreateBot from '#root/bot/index.js';
|
import CreateBot from '#root/bot/index.js';
|
||||||
import CreateWebhookServer from '#root/http/index.js';
|
import CreateWebhookServer from '#root/http/index.js';
|
||||||
import logger from '#root/utils/logger.js';
|
import logger from '#root/utils/logger.js';
|
||||||
import handlers from './handlers';
|
import handlers from './handlers/index.js';
|
||||||
|
|
||||||
let retryCount = 0;
|
let retryCount = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user