From f02290b065d9c68036623713dee834f63f6d8499 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 08:32:29 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in a6bb050 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/8d032216-17f3-4f71-9328-14160eaf3b90/ --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 280fa91..9e86641 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,6 @@ const main = async () => { intents, }); - database() .then(async () => { logger.silly("Database process started");