summary refs log tree commit diff
path: root/src/schemas/uncategorised/MessageCreateSchema.ts
diff options
context:
space:
mode:
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;