summary refs log tree commit diff
path: root/src/schema/Message.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-22 23:37:07 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-22 23:37:07 +0200
commitb40d6b825b4a2074e5eb0f6f20f0388abb36dd89 (patch)
tree69db4b974f3afb9018c3eafa9436a83d88c48b35 /src/schema/Message.ts
parent:art: rename to -> @fosscord/server-util (diff)
downloadserver-b40d6b825b4a2074e5eb0f6f20f0388abb36dd89.tar.xz
npm i @fosscord/server-util
Diffstat (limited to 'src/schema/Message.ts')
-rw-r--r--src/schema/Message.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/Message.ts b/src/schema/Message.ts

index c0e2315a..9b62edcf 100644 --- a/src/schema/Message.ts +++ b/src/schema/Message.ts
@@ -1,4 +1,4 @@ -import { Embed, EmbedImage } from "fosscord-server-util"; +import { Embed, EmbedImage } from "@fosscord/server-util"; import { Length } from "../util/instanceOf"; export const MessageCreateSchema = {