dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
688 stars 160 forks source link

fix for fetching build number #598

Closed brian-rdd closed 10 months ago

brian-rdd commented 11 months ago

Now checking two different formats

Summary

Proposed fix for issue #597

General Info

Quicksticks-oss commented 11 months ago

Works!

ye4241 commented 11 months ago

Maybe it should find the real build number from another location like my PR #596 .

paulofreitas commented 11 months ago

Don't always work, because it does find another Build Number string before the one we want.

NotJINXZ commented 11 months ago

ilysm

paulofreitas commented 11 months ago

The work done in #596 fixes this issue in a better way. 👍

dolfies commented 10 months ago

Thanks, but checking for both is unnecessary. Fixed by #596