mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
Update GuildResolvable typedef (#1034)
To reflect the resolver supporting Guild ID strings
This commit is contained in:
committed by
Schuyler Cebulskie
parent
bbeef44e66
commit
e4bae99747
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user