We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d09eb commit 61aa544Copy full SHA for 61aa544
1 file changed
src/bot/index.ts
@@ -83,6 +83,7 @@ export class CopBot {
83
const webhookInfo = await this._bot.api.getWebhookInfo();
84
logger.info(`Webhook set: ${webhookInfo.url}`);
85
});
86
+ await startBot(mode);
87
} catch (err: any) {
88
console.error('Error setting up webhook:', err);
89
process.exit(1);
0 commit comments