ChrisJL

Results 115 comments of ChrisJL

> I would be willing to take this up Sounds good, feel free to self assign

FYI, https://bot-core.pythondiscord.com/main/output/botcore.utils.interactions.html#botcore.utils.interactions.ViewWithUserAndRoleCheck might be a good view to subclass as it comes with some nice checks out of the box

Yea, this just adds a nice helper function to remove the button from the message on timeout

we should really get around to writing this as a d.py convertor in bot-core one of these days. This pattern seems to be used quite often now.

Could you share a screenshot of what this looks like after being used a few times? I think we will also need to add a limit to the number of...

> > I think a better way to deal with this would be when a user clicks on the emoji the new topic becomes number 1 and the rest get...

Help posts with deleted messages and no further messages from the opener are closed faster than normal posts. You can see the logic [here](https://github.com/python-discord/bot/blob/main/bot/exts/help_channels/_channel.py#L172-L182).

You can use https://github.com/python-discord/bot/blob/main/bot/exts/recruitment/talentpool/_api.py#L34 to get a lsit of active nominations (if you set active=True) then you can look to see which are stale and then archive the votes. We...

Closing this as we have not seen an occurrence of this with the new system.

Closing this as we have not seen an occurrence of this with the new system.