shayypy / guilded.py

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

fix List[:class:`Servers`] in Client.fetch_servers() #58

Closed YumYummity closed 1 year ago

YumYummity commented 1 year ago

List[:class:Servers] should be List[:class:Server] without the extra s.