mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 12:27:35 +00:00
rename @fosscord/server-util to -> @fosscord/util
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ChannelType } from "@fosscord/server-util";
|
||||
import { ChannelType } from "@fosscord/util";
|
||||
import { Length } from "../util/instanceOf";
|
||||
|
||||
export const ChannelModifySchema = {
|
||||
|
||||
@@ -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,4 +1,4 @@
|
||||
import { Embed, EmbedImage } from "@fosscord/server-util";
|
||||
import { Embed, EmbedImage } from "@fosscord/util";
|
||||
import { Length } from "../util/instanceOf";
|
||||
|
||||
export const MessageCreateSchema = {
|
||||
|
||||
Reference in New Issue
Block a user