type PaginatorHandlerCtor<Prefix extends string> = new (
event: ButtonInteraction<"cached">,
core: Core
) => ButtonHandler<[PageCursor<Prefix>]> & {
execute(): Promise<void>;
};type PaginatorHandlerCtor<Prefix extends string> = new (
event: ButtonInteraction<"cached">,
core: Core
) => ButtonHandler<[PageCursor<Prefix>]> & {
execute(): Promise<void>;
};