rename @fosscord/server-util to -> @fosscord/util

This commit is contained in:
Flam3rboy
2021-08-13 12:59:59 +02:00
parent 0802d5e6a8
commit 90d5307a56
66 changed files with 154 additions and 165 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { ChannelType } from "@fosscord/server-util";
import { ChannelType } from "@fosscord/util";
import { Length } from "../util/instanceOf";
export const ChannelModifySchema = {
+1 -1
View File
@@ -1,4 +1,4 @@
import { ChannelSchema, GuildChannel } from "@fosscord/server-util";
import { ChannelSchema, GuildChannel } from "@fosscord/util";
import { Length } from "../util/instanceOf";
export const GuildCreateSchema = {
+1 -1
View File
@@ -1,4 +1,4 @@
import { Embed, EmbedImage } from "@fosscord/server-util";
import { Embed, EmbedImage } from "@fosscord/util";
import { Length } from "../util/instanceOf";
export const MessageCreateSchema = {