Update GuildResolvable typedef (#1034)

To reflect the resolver supporting Guild ID strings
This commit is contained in:
Zack Campbell 2016-12-28 15:50:32 -06:00 committed by Schuyler Cebulskie
parent bbeef44e66
commit e4bae99747

View file

@ -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
*/
/**