dolfies / discord.py-self

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

fix for fetching build number #598

Closed brian-rdd closed 1 year ago

brian-rdd commented 1 year ago

Now checking two different formats

Summary

Proposed fix for issue #597

General Info

Quicksticks-oss commented 1 year ago

Works!

ye4241 commented 1 year ago

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

paulofreitas commented 1 year ago

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

NotJINXZ commented 1 year ago

ilysm

paulofreitas commented 1 year ago

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

dolfies commented 1 year ago

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