From 5456d8bc2ddc6801abc0e8a4b372f3915cac0a52 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:17:03 +0000 Subject: [PATCH] fix: deno fmt omg i hate u do it ur darn self --- template/minimal/src/commands/mod.ts | 8 +------- template/minimal/src/events/interactionCreate.ts | 2 +- template/minimal/src/utils/helpers.ts | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/template/minimal/src/commands/mod.ts b/template/minimal/src/commands/mod.ts index 19c730924..0f7e4888d 100644 --- a/template/minimal/src/commands/mod.ts +++ b/template/minimal/src/commands/mod.ts @@ -1,10 +1,4 @@ -import { - ApplicationCommandOption, - ApplicationCommandTypes, - Bot, - Collection, - Interaction, -} from "../../deps.ts"; +import { ApplicationCommandOption, ApplicationCommandTypes, Bot, Collection, Interaction } from "../../deps.ts"; export type subCommand = Omit; export type subCommandGroup = { diff --git a/template/minimal/src/events/interactionCreate.ts b/template/minimal/src/events/interactionCreate.ts index 18ad267e2..6f8c26178 100644 --- a/template/minimal/src/events/interactionCreate.ts +++ b/template/minimal/src/events/interactionCreate.ts @@ -4,8 +4,8 @@ import { bgYellow, black, BotWithCache, - Guild, green, + Guild, red, white, yellow, diff --git a/template/minimal/src/utils/helpers.ts b/template/minimal/src/utils/helpers.ts index 633e35942..790f0f32e 100644 --- a/template/minimal/src/utils/helpers.ts +++ b/template/minimal/src/utils/helpers.ts @@ -1,9 +1,9 @@ import { Bot, BotWithCache, - Guild, CreateApplicationCommand, getGuild, + Guild, MakeRequired, upsertApplicationCommands, } from "../../deps.ts";