From ccc01cc5ec6b82fb74f7d90c40175aeadd2213b5 Mon Sep 17 00:00:00 2001 From: TriForMine Date: Thu, 21 Oct 2021 20:17:05 +0000 Subject: [PATCH] change: prettier code --- src/bot.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bot.ts b/src/bot.ts index a2643204b..f8c6ca8b1 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -126,8 +126,8 @@ import { handleIntegrationUpdate, handleIntegrationDelete, } from "./handlers/mod.ts"; -import {Emoji} from "./types/emojis/emoji.ts"; -import {handleGuildLoaded} from "./handlers/guilds/GUILD_LOADED_DD.ts"; +import { Emoji } from "./types/emojis/emoji.ts"; +import { handleGuildLoaded } from "./handlers/guilds/GUILD_LOADED_DD.ts"; export async function createBot(options: CreateBotOptions) { return {