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";