more thread fixes

This commit is contained in:
Skillz4Killz
2021-06-13 20:45:47 +00:00
committed by GitHub
parent 37d3952559
commit 950482c503
11 changed files with 51 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ import type { DiscordenoMember } from "./structures/member.ts";
import type { DiscordenoMessage } from "./structures/message.ts";
import type { PresenceUpdate } from "./types/activity/presence_update.ts";
import type { Emoji } from "./types/emojis/emoji.ts";
import { Thread } from "./util/channel_to_thread.ts";
import { Thread } from "./util/transformers/channel_to_thread.ts";
import { Collection } from "./util/collection.ts";
export const cache = {