summary refs log tree commit diff
path: root/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/schemas/api/bots/SendableApplicationCommandDataSchema.ts')
-rw-r--r--src/schemas/api/bots/SendableApplicationCommandDataSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts b/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts

index e559abe0..31a1abdd 100644 --- a/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts +++ b/src/schemas/api/bots/SendableApplicationCommandDataSchema.ts
@@ -16,7 +16,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { Snowflake } from "@spacebar/util"; +import { Snowflake } from "../../Identifiers"; import { ApplicationCommandOption } from "../developers"; import { ApplicationCommandType } from "./ApplicationCommandSchema";