Paillat

Results 262 comments of Paillat

Also depends on cogs rewrite most likely or at least to some extent. Would love to chat with you in detail on the exact implementation

Actually, you're probably right. Also don't bother with ext.commands

I am going to use this issue to hold application commands / slash command related issue if you don't mind, also since you mentioned auto-syncing I added the auto syncing...

@DefiDebauchery I think we discussed this asp, what do you think ? Other propals: ```py async def get_user[T: Any](self, user_id: int, use_cache: bool = False, default: T | Undefined =...

```py class Guild: get_or_fetch_emoji = partial(get_or_fetch, obj_type=discord.GuildEmoji) ```

Just a note on the above, having both raise: bool and default: T is reduntant and can cause confusion. It should raise when default is unset.

That's overkill imo. If you have to manage this sort of stuff just try and except yourself as needed.

I don't believe that should be the case. That is both to have an easier implementation on pycord's side, but also and mainly to be more idomatic with python itself,...

> Does this require anything beyond #2645? Maybe stuff related to voice idk