preeded
preeded
It was 2.4.0 and I just got the same error from master.
Okay... I changed some code. ``` UAT = "some token" user = "user" class Bot(commands.Bot): def __init__(self): super().__init__( token=UAT, prefix="!", initial_channels=[user] ) async def event_ready(self): self.loop.create_task(self.__ainit__()) async def __ainit__(self): users...
Thank you very much for your help! I just tested it on the master, and it worked well!