unixporn / robbb

The main bot for the r/unixporn discord server!
MIT License
129 stars 18 forks source link

Ensure at least one actual moderator is pinged #518

Closed phisch closed 4 months ago

phisch commented 4 months ago

/modping is used when immediate moderation is required, but moderators currently tend to make themselves unavailable, so the bot only pings helpers.

This change ensures that at least one moderator is pinged by pinging all online moderators, or all moderators in case none are online, and also pinging all online helpers.

This change is not tested, since I have no testing discord, but the change is quite simple.

Please review, test and merge @elkowar