From 4a815d302a819b1d4d86fd1970139ce23f9cd458 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:22:51 +0100 Subject: :fire: disable rate limit for now -> wait till mongoose model exists --- src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index f4be661d..1ab17358 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,5 @@ process.on("uncaughtException", console.error); process.on("unhandledRejection", console.error); -setTimeout(() => {}, 100000000); import { DiscordServer } from "./Server"; -- cgit 1.5.1