feat: v1.2.0
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
mol
2023-12-13 18:54:37 +08:00
parent d03ffb0cfc
commit 901f127b8a
20 changed files with 824 additions and 63 deletions

10
app.js
View File

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