So I have a discord.py bot I’m running locally on my computer and when I go afk or something like that the console prints out:
discord.gateway Shard ID None session has been invalidated.
But then when I go back on it says connected to session. How can I keep it online 24/7 without the session getting invalidated?
I have tried running it on VS code and terminal, putting loops in the code, but none worked.