mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
forgot that one
This commit is contained in:
@@ -5,7 +5,7 @@ import { endpoints } from "../../../util/constants.ts";
|
|||||||
export async function getActiveThreads(channelId: bigint) {
|
export async function getActiveThreads(channelId: bigint) {
|
||||||
// TODO(threads): perm check
|
// TODO(threads): perm check
|
||||||
// TODO(threads): test if it works
|
// TODO(threads): test if it works
|
||||||
return rest.runMethod(
|
return await rest.runMethod(
|
||||||
"get",
|
"get",
|
||||||
endpoints.THREAD_ACTIVE(channelId),
|
endpoints.THREAD_ACTIVE(channelId),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user