Upgrade discord.js
All checks were successful
Test / build (push) Successful in 53s

This commit is contained in:
Ethan Lane 2025-06-19 19:14:40 +01:00
parent 983195c477
commit 2bf961d1e5
32 changed files with 88 additions and 106 deletions

View file

@ -1,8 +1,8 @@
import { CommandInteraction } from "../../__types__/discord.js";
import { ChatInputCommandInteraction } from "../../__types__/discord.js";
export default function GenerateCommandInteractionMock(options?: {
subcommand?: string,
}): CommandInteraction {
}): ChatInputCommandInteraction{
return {
deferReply: jest.fn(),
editReply: jest.fn(),