summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-16 11:22:51 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-16 11:22:51 +0100
commit4a815d302a819b1d4d86fd1970139ce23f9cd458 (patch)
tree62c9c69d9601dbf768f3c20d357b5543d4e029be /src/index.ts
parent:bug: fix /guilds/ route type (diff)
downloadserver-4a815d302a819b1d4d86fd1970139ce23f9cd458.tar.xz
:fire: disable rate limit for now -> wait till mongoose model exists
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 0 insertions, 1 deletions
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";