I have added the timed message, but it can’t receive messages during that time.
So, every message that is sent during the timer, is only received when the sendMessage() is been called.
Here’s extra code:
time.sleep(61)
sendMessage(s, "Hope you are enjoying my stream!\r\n")
Should I put that before or after I get messages from the chat?