bot icon indicating copy to clipboard operation
bot copied to clipboard

Configured channels do not exist in server: [('rule_alerts', 1386490058739290182)].

Open sentry[bot] opened this issue 2 months ago • 3 comments

Sentry Issue: BOT-42G

Configured channels do not exist in server: [('rule_alerts', 1386490058739290182)].

sentry[bot] avatar Oct 08 '25 21:10 sentry[bot]

This warning is raised here https://github.com/python-discord/bot/blob/f0e4d45cb30208c35fa55372e15ea524ea573123/bot/exts/backend/config_verifier.py#L16-L32

Seemingly because it is not actually a channel https://github.com/python-discord/bot/blob/f0e4d45cb30208c35fa55372e15ea524ea573123/bot/constants.py#L92-L93

This is pretty minor, the easiest solution is probably to add a special case to ignore this constant in the config verifier.

wookie184 avatar Oct 08 '25 21:10 wookie184

Is this not being worked on? I am willing to take it up.

DragonSenseiGuy avatar Oct 11 '25 16:10 DragonSenseiGuy

If we somehow map rule-alerts to be a thread attached to channel mod-alerts, this could be both checked, validated its in the right channel, and used in botstrap.

I'm thinking that mirroring the existing Webhook/Webhooks configuration makes sense for this.

onerandomusername avatar Oct 21 '25 22:10 onerandomusername