From 2f01a9022531de368128b40f6c63295cea9aad67 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 09:41:13 +0000 Subject: [PATCH] Format code with standardjs and prettier This commit fixes the style issues introduced in bd13814 according to the output from standardjs and prettier. Details: https://deepsource.io/gh/ZynerOrg/xyter/transform/2f4c1179-e251-4872-b1fe-17d9ee58c932/ --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 3dee8bb..94fd85f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -24,9 +24,9 @@ const main = async () => { .catch(async (err) => { logger.error(err); }); - + // Start schedule manager - await schedules(client) + await schedules(client) .then(async () => { logger.silly("Schedules process started"); }) @@ -53,7 +53,7 @@ const main = async () => { }); // Authorize with Discord's API - await client.login(token); + await client.login(token); }; main() .then(async () => {