Paillat

Results 262 comments of Paillat

@mik111111 Sorry for the late reply. Is this issue still happening with the workaround ? If yes, could you share the minimal code snippet to reproduce it ? Thanks !

This is required if we ever want py 3.14 support, see my pr about that

Could be neat if we could get this merged for 2.7

Also please @DA-344 fix conflicts (sry 😅)

@DA-344 The test code below crashes, can you take a look ? I think it has to do with `self.loop` now being a property, maybe `self._loop` should be passed to...

``` Traceback (most recent call last): File "C:\Users\Jérémie\Documents\GitHub\pycord\thing.py", line 12, in bot = discord.Bot(intents=discord.Intents.all()) File "C:\Users\Jérémie\Documents\GitHub\pycord\discord\bot.py", line 1171, in __init__ super().__init__(*args, **options) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "C:\Users\Jérémie\Documents\GitHub\pycord\discord\bot.py", line 97, in __init__ super().__init__(*args,...

@Lulalaby when your merge this (once review is good) pls make sure to squash so that we can put it in rc2 and then revert it easily if problems