This commit is contained in:
Skillz
2020-08-31 17:05:46 -04:00
parent cf66330c17
commit ccd659fc05
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { Message, createMessage } from "../structures/message.ts";
import { delay } from "https://deno.land/std@0.61.0/async/delay.ts";
import { delay } from "https://deno.land/std@0.67.0/async/delay.ts";
import { botID } from "../module/client.ts";
import { Permissions } from "../types/permission.ts";
import { Errors } from "../types/errors.ts";