Closed populated closed 9 months ago
What events in particular, and what information are you expecting? The library attempts to provide as much detail as possible from the data itself
What events in particular, and what information are you expecting? The library attempts to provide as much detail as possible from the data itself
So, for example, I'm monitoring events like RoleCreateEvent
, and I want to check if the person who triggered this event is whitelisted from the anti-nuke. The thing is, I couldn't find anything relating to how to check who triggered the event. Is it even possible to figure this out?
So, I was making an anti-nuke and anti-raid bot, but it seems like the events don't provide information about the person who triggered the event, which means I can't implement features like whitelisting, etc.