Shiro seems to not pin team messages frequently. I think this might not be a problem of the limit on the number of pins, but rather the 'cooldown' periods imposed by the chat system:

I propose adding a 'timeout' between the sending and/or the pinning of the team messages (3 seconds should be enough), though I'm not entirely sure which piece of code is which and adding a random time.sleep(3) or some such could lead to bad processing in other areas.
Can someone help me with this?
Shiro seems to not pin team messages frequently. I think this might not be a problem of the limit on the number of pins, but rather the 'cooldown' periods imposed by the chat system:
I propose adding a 'timeout' between the sending and/or the pinning of the team messages (3 seconds should be enough), though I'm not entirely sure which piece of code is which and adding a random
time.sleep(3)or some such could lead to bad processing in other areas.Can someone help me with this?