python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.35k stars 667 forks source link

Relay creations and amendments to nominations to vote threads #3064

Closed jb3 closed 4 months ago

jb3 commented 4 months ago

If a nomination is actively being voted on and a staff member creates, updates or attaches a message to their existing nomination we currently do not relay that to the vote thread.

This PR relays any of these events to the vote thread so they are not lost.

This also allows moderators to use the message context menu command to attach any relevant messages they find whilst reviewing into the active voting thread.