So, for context:
I was trying to get from what device member of my discord server is on right now through DiscordAPI and webget
Turns out I can't do that with just that api, I need to use "Gateway API"
I saw Gateway intents in discordconnect
If I understood correctly - I cannot get what Gateway returns to me, because, basically there is no event for that, for example when someone's status is changing or something like that
So, is there a way to get info from discord's gateway, or it's just no possible with Denizen? Or maybe I misunderstood something?