diff --git a/src/api/handlers/webhook.ts b/src/api/handlers/webhook.ts index 72e8a1855..fdad0ec4b 100644 --- a/src/api/handlers/webhook.ts +++ b/src/api/handlers/webhook.ts @@ -461,7 +461,7 @@ export async function executeSlashCommand( cache.executedSlashCommands.set(token, id); setTimeout( () => cache.executedSlashCommands.delete(token), - Date.now() + 900000, + 900000, ); // If no mentions are provided, force disable mentions