We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61aa544 commit e185d3fCopy full SHA for e185d3f
1 file changed
src/bot/index.ts
@@ -49,8 +49,6 @@ export class CopBot {
49
50
if (isProduction) {
51
try {
52
- await this._bot.api.deleteWebhook();
53
- this._bot.api.getUpdates({ offset: -1 });
54
const app = express();
55
app.use(express.json());
56
app.post(webhookPath, async (req, res) => {
0 commit comments