This commit is contained in:
parent
983195c477
commit
2bf961d1e5
32 changed files with 88 additions and 106 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue