test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
mol
2023-12-13 23:35:36 +08:00
parent ae6d120605
commit c0a732ae55

2
app.js
View File

@ -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;