Merge branch 'more-thread-stuff' of https://github.com/discordeno/discordeno into more-thread-stuff

This commit is contained in:
Skillz4Killz
2021-06-13 13:41:33 +00:00
committed by GitHub

View File

@@ -17,4 +17,4 @@ export function channelToThread(channel: Channel) {
};
}
export type Thread = ReturnType<typeof channelToThread>
export type Thread = ReturnType<typeof channelToThread>;