Skip to content

Commit

Permalink
use enum from api-types for now
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Oct 24, 2024
1 parent ee09626 commit 323edc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { setContextMenuCommand, setMessageCommand, setRecipleModule, setRecipleModuleLoad, setRecipleModuleStart, setRecipleModuleUnload, setSlashCommand } from '@reciple/decorators';
import { ApplicationCommandType } from 'discord.js';
import { ApplicationCommandType } from 'discord-api-types/v10';
import { AnyCommandExecuteData, CommandType, RecipleModuleData } from "reciple";

@setRecipleModule()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApplicationCommandType } from 'discord.js';
import { ApplicationCommandType } from 'discord-api-types/v10';
import { AnyCommandExecuteData, CommandType, ContextMenuCommandBuilder, MessageCommandBuilder, RecipleModuleData, SlashCommandBuilder, type AnyCommandResolvable } from "reciple";

export class PingCommand implements RecipleModuleData {
Expand Down

0 comments on commit 323edc3

Please sign in to comment.