chore: fix import and exports

This commit is contained in:
ayntee
2021-03-29 23:47:31 +04:00
parent 352a7b9f49
commit 79d57f0377
45 changed files with 67 additions and 134 deletions
-4
View File
@@ -1,8 +1,4 @@
import { eventHandlers } from "../../bot.ts";
import {
DiscordGatewayPayload,
DiscordInviteCreate,
} from "../../types/gateway.ts";
export function handleInviteCreate(payload: DiscordGatewayPayload) {
// TODO: replace with tocamelcase
-4
View File
@@ -1,8 +1,4 @@
import { eventHandlers } from "../../bot.ts";
import {
DiscordGatewayPayload,
DiscordInviteDelete,
} from "../../types/gateway.ts";
export function handleInviteDelete(payload: DiscordGatewayPayload) {
const {