mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
fix: startThread await runMethod
This commit is contained in:
@@ -28,7 +28,7 @@ export async function startThread(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return rest.runMethod(
|
return await rest.runMethod(
|
||||||
"post",
|
"post",
|
||||||
options?.messageId
|
options?.messageId
|
||||||
? endpoints.THREAD_START_PUBLIC(channelId, options.messageId)
|
? endpoints.THREAD_START_PUBLIC(channelId, options.messageId)
|
||||||
|
|||||||
Reference in New Issue
Block a user