NLnetLabs / ROVer

A Discord bot that fetches and displays the RPKI validity of a route
https://nlnetlabs.nl/rpki
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Report server/guild join/leave events #8

Open ximon18 opened 3 years ago

ximon18 commented 3 years ago

It would be nice to have some indication about which servers the bot joins and leaves while it is running. The Discord bot administration web interface doesn't seem to show this.

Issue #7 will print on startup which servers (aka guilds) are included in the Ready event sent to the bot on startup. It might also be possible to log joins and leaves/kicks but for that I need to learn more about the various Discord event meanings for that. I see Serenity lists events for guild creation, update and deletion and for invite creation and deletion, but am not sure if these are what would need to be monitored or something else.