summary refs log tree commit diff
path: root/src/schemas/api/bots/SendableMessageComponentDataSchema.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-19 23:38:19 +0200
committerRory& <root@rory.gay>2026-04-20 00:14:47 +0200
commitae064aea1b9ba9b39bf4c2e320691efd90d7ba0d (patch)
tree912d25f5a65ee0403b84e9efdca19cf3ec6118fd /src/schemas/api/bots/SendableMessageComponentDataSchema.ts
parentMerge AckBulkSchema into MessageAcknowledgeSchema.ts (diff)
downloadserver-ts-ae064aea1b9ba9b39bf4c2e320691efd90d7ba0d.tar.xz
Clean up imports in schemas/api/bots
Diffstat (limited to 'src/schemas/api/bots/SendableMessageComponentDataSchema.ts')
-rw-r--r--src/schemas/api/bots/SendableMessageComponentDataSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schemas/api/bots/SendableMessageComponentDataSchema.ts b/src/schemas/api/bots/SendableMessageComponentDataSchema.ts

index 0ad37cc6..7237af42 100644 --- a/src/schemas/api/bots/SendableMessageComponentDataSchema.ts +++ b/src/schemas/api/bots/SendableMessageComponentDataSchema.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 { MessageComponentType } from "../messages"; import { ApplicationCommandType } from "./ApplicationCommandSchema";