Gateway helpers

This commit is contained in:
TriForMine
2021-10-21 17:41:47 +02:00
parent 9eed90f8ed
commit 17115e7681
50 changed files with 121 additions and 110 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Bot } from "../../bot.ts";
import type { Bot } from "../../bot.ts";
import { DiscordGatewayOpcodes } from "../../types/codes/gateway_opcodes.ts";
import type { StatusUpdate } from "../../types/gateway/status_update.ts";