XtremeOwnage / WarBot

Warbot is a discord bot designed for the hustle-castle mobile phone game.
GNU General Public License v3.0
6 stars 3 forks source link

Admin Notifications - Add Fallback #84

Closed XtremeOwnageDotCom closed 2 months ago

XtremeOwnageDotCom commented 2 years ago

WarBOT has a process designed to send messages to a guild's leadership.

It starts by using the updates channel. Then, picks a random channel. Then, attempts to DM/PM the guild's owner.

Problem is, if the guild's owner cannot receive PMs, the job will never succeed.

  Failed to process the job 'a4fd72c4-604d-40b1-bff7-1aec206de6df': an exception occurred. Retry attempt 6 of 10 will be performed in 00:12:04.
      Discord.Net.HttpException: The server responded with error 50007: Cannot send messages to this user

Catch this exception, and log it to the warbot discord somewhere as a final fallback measure, to prevent failing jobs from stacking up.

XtremeOwnageDotCom commented 2 months ago

This, functionality exists, however, still requires the guild master to enable the notifications.

At this point, attempts have been made to deliver the notifications. If- guild-leader purposely disabled the update/admin messages, and purposesly opted out of receiving PMs from warbot...

My level of caring also, no longer exists.