From 095cbf7b2036bc35d9c3eabbdec8a5c6dfd67242 Mon Sep 17 00:00:00 2001
From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
Date: Fri, 31 Mar 2023 15:52:33 +1100
Subject: Remove ALL fosscord mentions
---
src/util/schemas/GuildUpdateSchema.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/util/schemas/GuildUpdateSchema.ts')
diff --git a/src/util/schemas/GuildUpdateSchema.ts b/src/util/schemas/GuildUpdateSchema.ts
index 8fb4127e..19316380 100644
--- a/src/util/schemas/GuildUpdateSchema.ts
+++ b/src/util/schemas/GuildUpdateSchema.ts
@@ -16,7 +16,7 @@
along with this program. If not, see .
*/
-import { GuildCreateSchema } from "@fosscord/util";
+import { GuildCreateSchema } from "@spacebar/util";
export interface GuildUpdateSchema
extends Omit {
--
cgit 1.5.1