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