gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
44 stars 9 forks source link

Discord API endpoint broke #28

Closed avivace closed 4 years ago

avivace commented 4 years ago

Discord /api/guilds changed schema, and now shows only the first 100 users online, thus breaking our "countUsers" function.

However, there is now a presence_count field, directly showing the number of online users. We don't need this anymore.

avivace commented 4 years ago

https://github.com/gbdev/awesome-gbdev/commit/e8bbd80a570bb8dc8a42e3ccef53ef2ddb2cacfe fixes this