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

This commit is contained in:
mol
2023-12-13 23:59:35 +08:00
parent c0a732ae55
commit 3cec0cad64
5 changed files with 11 additions and 10 deletions

2
app.js
View File

@ -1,5 +1,3 @@
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';