diff --git a/src/handler/structures/context.ts b/src/handler/structures/context.ts index 54661f8..4a2cc00 100644 --- a/src/handler/structures/context.ts +++ b/src/handler/structures/context.ts @@ -6,20 +6,16 @@ import type { GuildMember, InteractionReplyOptions, Message, - MessageEditOptions, ReplyMessageOptions, Snowflake, TextBasedChannel, User, - WebhookEditMessageOptions, } from 'discord.js'; import { None, Option, Some } from 'ts-results'; import type { ConformedEditOptions, Nullish } from '../../types/handler'; import { ExternallyUsed } from '../utilities/externallyUsed'; import { SernError } from './errors'; import { MessagePayload } from 'discord.js'; -import { first } from 'rxjs'; -import { type } from 'typedoc/dist/lib/output/themes/default/partials/type'; function firstSome(...args: Option[]): Nullish { for (const op of args) {