Arkrissym / Discord.CPP

Discord.CPP is a C++ library for interaction with the Discord API.
MIT License
58 stars 8 forks source link

Discord widget #7

Closed R3uan3 closed 1 year ago

R3uan3 commented 2 years ago

Does the lib support displaying members online like this widget:

brave_2022-10-05_21-58-30

Arkrissym commented 2 years ago

As far as i know, to track the online status of guild members you need to process presence update events. This lib currently does NOT process them. Due to lack of time i won't implement this myself. However i would recommend to look for other, more complete and better maintained, libraries.

R3uan3 commented 2 years ago

However i would recommend to look for other, more complete and better maintained, libraries.

I see, thanks, do you know any other c++ discordlib?

Arkrissym commented 2 years ago

Have a look at https://github.com/brainboxdotcc/DPP and https://github.com/yourWaifu/sleepy-discord