lena
lena
> It's not quite clear whether this is meant to be a typing or runtime change; followup is annotated as returning an InteractionFollowupWebhook, but returns a "plain" Webhook in practice....
> > Making it actually return an `InteractionFollowupWebhook` will make it a runtime breaking change. I intentionally avoided that "by default" but if it's okay in this case i'll willingly...
Done in ec9a610259e3a4aa1c4eaa50ecdbcfe0ab81af72!
> > having to subclass something to change a return type annotation for specific situations is rather awkward > > This is why those situations should be working on distinct...