diff --git a/services/interactions/src/handlers/history.ts b/services/interactions/src/handlers/history.ts index 3ab7b07f..57d30271 100644 --- a/services/interactions/src/handlers/history.ts +++ b/services/interactions/src/handlers/history.ts @@ -2,9 +2,13 @@ import { IDatabase, INotifier, type HandlerModule, type ICommandHandler } from ' import { API, ApplicationCommandOptionType, + ApplicationCommandType, InteractionContextType, + MessageFlags, PermissionFlagsBits, type APIApplicationCommandInteraction, + type APIInteraction, + type APIUser, } from '@discordjs/core'; import type { InteractionOptionResolver } from '@sapphire/discord-utilities'; import { ActionKind, HandlerStep, type InteractionHandler as CoralInteractionHandler } from 'coral-command'; @@ -42,12 +46,21 @@ export default class HistoryHandler implements HandlerModule