1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts
index 6609c9ee..76a5f8d0 100644
--- a/src/util/interfaces/Event.ts
+++ b/src/util/interfaces/Event.ts
@@ -1,6 +1,6 @@
/*
- Fosscord: A FOSS re-implementation and extension of the Discord.com backend.
- Copyright (C) 2023 Fosscord and Fosscord Contributors
+ Spacebar: A FOSS re-implementation and extension of the Discord.com backend.
+ Copyright (C) 2023 Spacebar and Spacebar Contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
@@ -40,7 +40,7 @@ import {
UserSettings,
IReadyGuildDTO,
ReadState,
-} from "@fosscord/util";
+} from "@spacebar/util";
export interface Event {
guild_id?: string;
|