mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
docs: Replace FetchOwnerOptions type definition (#6814)
This commit is contained in:
@@ -236,7 +236,7 @@ class ThreadChannel extends Channel {
|
||||
/**
|
||||
* Fetches the owner of this thread. If the thread member object isn't needed,
|
||||
* use {@link ThreadChannel#ownerId} instead.
|
||||
* @param {FetchOwnerOptions} [options] The options for fetching the member
|
||||
* @param {BaseFetchOptions} [options] The options for fetching the member
|
||||
* @returns {Promise<?ThreadMember>}
|
||||
*/
|
||||
async fetchOwner({ cache = true, force = false } = {}) {
|
||||
|
||||
Reference in New Issue
Block a user