diff options
Diffstat (limited to 'src/gateway/Server.ts')
-rw-r--r-- | src/gateway/Server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/Server.ts b/src/gateway/Server.ts index 82fbe3b4..9fba2d4c 100644 --- a/src/gateway/Server.ts +++ b/src/gateway/Server.ts @@ -25,7 +25,7 @@ import { initDatabase, initEvent, Sentry, -} from "@fosscord/util"; +} from "@spacebar/util"; import ws from "ws"; import { Connection } from "./events/Connection"; import http from "http"; |