From ccfa61ca63636c5d5515455eb6e50864f80a101d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 22 Mar 2021 21:52:13 +0100 Subject: :art: rename userid -> user_id --- 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 e34ae0d3..2fe360e2 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 { Server } from "./Server"; import { config } from "dotenv"; -- cgit 1.5.1