shayypy / guilded.py

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

"Represents a Discord embed." in guilded.Embed docstring #55

Closed YumYummity closed 1 year ago

YumYummity commented 1 year ago

Unsure if this is intentional. The docstring for guilded.Embed's first line is "Represents a Discord embed."

shayypy commented 1 year ago

This was fixed in #51. Use the current version of the docs.

YumYummity commented 1 year ago

I'm using the latest on PyPi, which is the March 4 release. That was fixed in February.

This was fixed in #51. Use the current version of the docs.

YumYummity commented 1 year ago

image image pip freeze

shayypy commented 1 year ago

https://github.com/shayypy/guilded.py/blob/b10361c0556032f0b7429b203e84615aeb7b207a/guilded/embed.py#L88 Make sure your editor's environment is using the latest version.

YumYummity commented 1 year ago

https://github.com/shayypy/guilded.py/blob/b10361c0556032f0b7429b203e84615aeb7b207a/guilded/embed.py#L88

Make sure your editor's environment is using the latest version.

That fixed it, thanks.