shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
133 stars 25 forks source link

Remove fetch_guilds/fetch_servers method from discordpy changes docs. #57

Closed YumYummity closed 1 year ago

YumYummity commented 1 year ago

image The Client.fetch_servers() method is now available in the Guilded API, and should not be listed as "Not present".

shayypy commented 1 year ago

This should probably instead be moved to the "Modified" section as the two methods are not immediately compatible with each other (discord.py returns an async iterator). This being said, I considered adding a Client.fetch_guilds method that does return an async iterator. I decided against it for now because I don't really know if I want the two purpose-identical methods to behave differently like that.

As it stands, the line for Client.fetch_guilds is accurate since there is no such method in this package.

shayypy commented 1 year ago

That's good, thanks

YumYummity commented 1 year ago

Np lol. I was about to comment something but it got merged. I don't think having Client.fetch_guilds() do something different than Client.fetch_servers() will cause anything other than confusion.