mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
Update GuildResolvable typedef (#1034)
To reflect the resolver supporting Guild ID strings
This commit is contained in:
parent
bbeef44e66
commit
e4bae99747
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ class ClientDataResolver {
|
||||||
/**
|
/**
|
||||||
* Data that resolves to give a Guild object. This can be:
|
* Data that resolves to give a Guild object. This can be:
|
||||||
* * A Guild object
|
* * A Guild object
|
||||||
* @typedef {Guild} GuildResolvable
|
* * A Guild ID
|
||||||
|
* @typedef {Guild|string} GuildResolvable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue