mirror of
https://github.com/sern-handler/handler
synced 2026-07-05 14:09:39 +00:00
chore: audit & remove tspattern (#256)
* chore: move import * build: remove ts pattern * fix: forgot to convert to switch * fix workflow * refactor: lift function out of readyHandler * refactor: clean up errTap signature * fix: sern emitter emitting wrong payload * wa * style: space * chore: remove old errTap * chore:bump discord.js * chore: eslint format
This commit is contained in:
@@ -19,13 +19,13 @@ import type {
|
||||
MentionableSelectMenuInteraction,
|
||||
RoleSelectMenuInteraction,
|
||||
StringSelectMenuInteraction,
|
||||
UserSelectMenuInteraction
|
||||
} from 'discord.js';
|
||||
import { CommandType } from '../handler/structures/enums';
|
||||
import type { Args, SlashOptions } from './handler';
|
||||
import type Context from '../handler/structures/context';
|
||||
import type { InitPlugin, ControlPlugin } from './plugin';
|
||||
import { EventType } from '../handler/structures/enums';
|
||||
import type { UserSelectMenuInteraction } from 'discord.js';
|
||||
import type { AnyCommandPlugin, AnyEventPlugin } from './plugin';
|
||||
import type { SernEventsMapping } from './handler';
|
||||
import type { ClientEvents } from 'discord.js';
|
||||
|
||||
Reference in New Issue
Block a user