mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +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:
|
||||
* * A Guild object
|
||||
* @typedef {Guild} GuildResolvable
|
||||
* * A Guild ID
|
||||
* @typedef {Guild|string} GuildResolvable
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user