Segregate all external dependencies to deps.ts

This commit is contained in:
chroventer
2020-09-24 11:58:05 -07:00
parent f02a4b97af
commit 312920d32d
9 changed files with 25 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import type { MessageContent } from "../types/channel.ts";
import type { UserPayload } from "../types/guild.ts";
import type { MessageCreateOptions } from "../types/message.ts";
import { delay } from "https://deno.land/std@0.67.0/async/delay.ts";
import { delay } from "../../deps.ts";
import { structures } from "../structures/mod.ts";
import { cacheHandlers } from "../controllers/cache.ts";
import { botID } from "../module/client.ts";