fix: deno fmt omg i hate u do it ur darn self

This commit is contained in:
Skillz4Killz
2022-03-25 14:17:03 +00:00
committed by GitHub
parent 809c2293a1
commit 5456d8bc2d
3 changed files with 3 additions and 9 deletions

View File

@@ -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<Command, "subcommands">;
export type subCommandGroup = {

View File

@@ -4,8 +4,8 @@ import {
bgYellow,
black,
BotWithCache,
Guild,
green,
Guild,
red,
white,
yellow,

View File

@@ -1,9 +1,9 @@
import {
Bot,
BotWithCache,
Guild,
CreateApplicationCommand,
getGuild,
Guild,
MakeRequired,
upsertApplicationCommands,
} from "../../deps.ts";