mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
fix: deno fmt omg i hate u do it ur darn self
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -4,8 +4,8 @@ import {
|
||||
bgYellow,
|
||||
black,
|
||||
BotWithCache,
|
||||
Guild,
|
||||
green,
|
||||
Guild,
|
||||
red,
|
||||
white,
|
||||
yellow,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import {
|
||||
Bot,
|
||||
BotWithCache,
|
||||
Guild,
|
||||
CreateApplicationCommand,
|
||||
getGuild,
|
||||
Guild,
|
||||
MakeRequired,
|
||||
upsertApplicationCommands,
|
||||
} from "../../deps.ts";
|
||||
|
||||
Reference in New Issue
Block a user