rename to mod.ts

This commit is contained in:
Skillz
2020-12-26 19:30:32 -05:00
parent 0cfdb5fd43
commit 189dc150f2
29 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import {
DiscordPayload,
GuildRoleDeletePayload,
GuildRolePayload,
} from "../../types/types.ts";
} from "../../types/mod.ts";
import { structures } from "../structures/structures.ts";
import { cacheHandlers } from "./cache.ts";