Skip to content

Commit

Permalink
feat: Revert to original bot instance
Browse files Browse the repository at this point in the history
  • Loading branch information
nezort11 committed Jan 6, 2025
1 parent d43dd2a commit 5a856b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ debugBot.command("debug_timeout", async (context) => {
});
});

// app.use(bot.webhookCallback("/webhook"));
app.use(debugBot.webhookCallback("/webhook"));
app.use(bot.webhookCallback("/webhook"));
// app.use(debugBot.webhookCallback("/webhook"));

// if (process.argv[1] === fileURLToPath(import.meta.url)) {
if (require.main === module) {
Expand Down

0 comments on commit 5a856b2

Please sign in to comment.