std bump, deno 1.2 was BREAKING update YAY SEMVER!

This commit is contained in:
Skillz
2020-07-15 11:28:07 -04:00
parent b3f9b5ef9f
commit cacef066ca
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Message, createMessage } from "../structures/message.ts";
import { delay } from "https://deno.land/std@0.50.0/async/delay.ts";
import { delay } from "https://deno.land/std@0.61.0/async/delay.ts";
import { botID } from "../module/client.ts";
import { hasChannelPermission } from "./channel.ts";
import { Permissions } from "../types/permission.ts";