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
@@ -2,7 +2,7 @@ import { Collection } from "./collection.ts";
import { Message } from "../structures/message.ts";
import { Guild } from "../structures/guild.ts";
import { Channel } from "../structures/channel.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 { PresenceUpdatePayload } from "../types/discord.ts";
export interface CacheData {