SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
697 stars 143 forks source link

Added GuildClient:getGuilds() #315

Closed RiskoZoSlovenska closed 2 years ago

RiskoZoSlovenska commented 2 years ago

Currently, GuildClient does not define any method to retrieve a list of all its guilds, despite the changelog stating:

Removed guilds property (use getGuilds method)

Furthermore, getGuilds is defined for the State class, leading me to assume that it not being implemented for the Client class is an oversight.

SinisterRectus commented 2 years ago

I might have to change this in the future, but it's good enough for now.