summary refs log tree commit diff
path: root/src/schemas/uncategorised/MessageCreateSchema.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/uncategorised/MessageCreateSchema.ts
parentMerge AckBulkSchema into MessageAcknowledgeSchema.ts (diff)
downloadserver-ts-ae064aea1b9ba9b39bf4c2e320691efd90d7ba0d.tar.xz
Clean up imports in schemas/api/bots
Diffstat (limited to 'src/schemas/uncategorised/MessageCreateSchema.ts')
-rw-r--r--src/schemas/uncategorised/MessageCreateSchema.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/schemas/uncategorised/MessageCreateSchema.ts b/src/schemas/uncategorised/MessageCreateSchema.ts

index 5afbfe2a..ad1efc68 100644 --- a/src/schemas/uncategorised/MessageCreateSchema.ts +++ b/src/schemas/uncategorised/MessageCreateSchema.ts
@@ -16,8 +16,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { InteractionType, Snowflake } from "@spacebar/util"; -import { AllowedMentions, MessageReference, ApplicationCommandType, BaseMessageComponents, Embed, PollAnswer, PollMedia, PublicUser } from "@spacebar/schemas"; +import { Snowflake } from "@spacebar/util"; +import { InteractionType, AllowedMentions, MessageReference, ApplicationCommandType, BaseMessageComponents, Embed, PollAnswer, PollMedia, PublicUser } from "@spacebar/schemas"; export type MessageCreateAttachment = { id: string;