docs: Replace FetchOwnerOptions type definition (#6814)

This commit is contained in:
Jiralite
2021-10-12 18:35:16 +01:00
committed by GitHub
parent d57ec7ab68
commit b030130df1
4 changed files with 5 additions and 14 deletions

View File

@@ -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 } = {}) {