SFUAnime / Ren

As a mascot for the SFU Anime Club, Ren is our in-house Discord bot. Includes first/third party modules that are in use.
GNU General Public License v3.0
19 stars 21 forks source link

[YOURLS] Bump `yourls-python` to 1.2.3 #642

Closed Injabie3 closed 1 year ago

Injabie3 commented 1 year ago

Description of the changes

This PR fixes an issue where the [p]yourls stats command would error out. The root cause is in the call to YOURLS' stats method: when the limit value is more than the number of shorten URLs, it would raise a KeyError. This call is made by cmdStats in cog yourlsClient (which basically means [p]yourls stats) which always specifies a limit of 3.

This resolves #641 .

Have the changes in this PR been tested?

Yes

Testing

Injabie3 commented 1 year ago

In the PR description, Can you add ...

Fixed and amended commit message to do the same. Force-pushed.