MrRazamataz

Results 5 comments of MrRazamataz

When you say crashes the game, do you mean the client or the server?

Placing it in `__init__` should fix this (it did for me). ```py class cogtest(commands.Cog): def __init__(self, client): self.client = client @aiocron.crontab('0 8 * * *') ```

Hey @freyacodes , I have a similar issue. I have attempted to setup ipv6 addresses using your guide (although I am using a /64 subset from hetzner, I did also...

> The problem is with your network configuration. Setting a higher timeout will not help. Would you have any idea what I have done wrong? I have read your guide...