summary refs log tree commit diff
path: root/src/gateway/opcodes/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/gateway/opcodes/index.ts')
-rw-r--r--src/gateway/opcodes/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gateway/opcodes/index.ts b/src/gateway/opcodes/index.ts
index d24877f7..cf2338e6 100644
--- a/src/gateway/opcodes/index.ts
+++ b/src/gateway/opcodes/index.ts
@@ -16,7 +16,7 @@
 	along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
-import { WebSocket, Payload } from "@fosscord/gateway";
+import { WebSocket, Payload } from "@spacebar/gateway";
 import { onHeartbeat } from "./Heartbeat";
 import { onIdentify } from "./Identify";
 import { onLazyRequest } from "./LazyRequest";