From a14e24da4bed987017edbe4cd2946857206e1b14 Mon Sep 17 00:00:00 2001 From: Skillz4Killz Date: Mon, 25 Oct 2021 13:14:24 +0000 Subject: [PATCH] change: prettier code --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index b3b8d82b6..d2399a23e 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -565,7 +565,7 @@ export async function startBot(bot: Bot) { }, }); - bot.gateway.spawnShards(bot.gateway) + bot.gateway.spawnShards(bot.gateway); } export function createUtils(options: Partial) {