Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(CommandStore): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored May 5, 2024
1 parent f262e8f commit e013968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/Stores/CommandStore.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AliasStore } from "@sapphire/pieces";
import type { APIApplicationCommandOption, RESTPostAPIApplicationCommandsJSONBody } from "discord-api-types/v10";
import { Routes } from "discord-api-types/v10.js";
import { Routes } from "discord-api-types/v10";
import { Events } from "../Utilities/EventEnums.js";
import { Command } from "./Command.js";

Expand Down

0 comments on commit e013968

Please sign in to comment.