kord icon indicating copy to clipboard operation
kord copied to clipboard

Builders/Transformers List

Open HopeBaron opened this issue 3 years ago • 3 comments

This is a reminder to add missing higher order functions for rest module and embed request transformers (Embed -> EmbedRequest)

HopeBaron avatar Mar 16 '21 17:03 HopeBaron

There are probably more transformers needed than just embed right?

DRSchlaubi avatar Mar 17 '21 08:03 DRSchlaubi

That's a sure thing. that's why the issue is made. List anything you feel that it needs a builder or a transformer here

HopeBaron avatar Mar 17 '21 09:03 HopeBaron

I'd like to be able to subclass some entities as well as replacing them in some events and such.

My use-case is basically for people that make use of PluralKit, which is basically an accessibility tool for people that are plural - it allows every member of a plural system to interact separately by deleting messages from the account and resending them as webhook messages.

I'd like to be able to add this metadata to events and entities, based on extensions to my framework. This means that subclassing is vital, as the extra context may not always be available, and the extension may not always be loaded.

gdude2002 avatar Mar 25 '21 11:03 gdude2002

Closed as this idea doesn't really solve the issue at hand

HopeBaron avatar Feb 16 '23 13:02 HopeBaron