ChrisJL
ChrisJL
I agree we should remove the current scheduler entirely. The hourly task you mention can then run the two checks you mention, and if they pass it should just make...
This is my idea for now: - FastAPI microservice - Bot posts every message in a help channel to this service - This service manages storing to a database -...
@dependabot rebase
> Ensure reasonable default timeouts for threads, and once archived can only be brought back by the thread creator or a staff member/mod Make sure bringing back a thread also...
Also as for implementation, I think a redis cache of `member_id: cooldown_expiry_ISO_datetime` would be good here. making sure that on startup the bot uses `await guild.active_threads()` to ensure the cache...
> You can delete threads? yea
I'd suggest waiting until https://github.com/python-discord/sir-lancebot/pull/597 is merged and building on top of that :D
Sounds good! Also, hope you didn't mind but I stole the name for the cog already and put it in the PR, since pfp_modify sounded terrible compared to avatarmod :)
Yea, this sounds good to me, after the PR is merged, all of the effects are in the same file too, so should make it easier to get a list...
@vcokltfre Are you still wanting to do this yourself? If not, it seems Kronifer is interested.