Paillat
Paillat
@NeloBlivion Would this interfere with #2707 ?
@doluk can you take a look at the merge conflicts ?
@doluk I am going to try the merge and we'll see..
@doluk I merged it but I am not sure it is all good, would you mind taking a look ?
This issue is valid, I can reproduce, and is not related to self hosting supabase, but related to selfhosting supabase/postgres as a database. It is not possible to pass in...
Sometimes when parsing a received components the code crashes here saying no attribute `custom_id`: https://github.com/Pycord-Development/pycord/blob/8fdf18ec0b7d47d395194470b21621ebc6b6d971/discord/ui/view.py#L464
Yeah I thought the same
@DTheIcyDragon Heyy, would you mind asking in the discord server https://discord.gg/pycord as this issue is not related to this pull request specifically ?
@NeloBlivion I think something broke with your recent pushes: ```py if payload["content"] or payload["embeds"] ``` in ``discord/webhooks/_async.py` Is causing: ``` KeyError: 'content' File "discord/commands/core.py", line 138, in wrapped ret =...