You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for user-installable apps (Didas-git#23)
* Initial helpers implementation
Thanks Didas-git#17 for the webhook idea.
* Remove reply options from the core
* Small update to the helpers
* Add helpers to template generator choices
* Completely change type organization
* Update modules to comply to changes
* This should not be here
* Use enum to get event name
`GatewayEvent` is not a `const enum` anymore but it shouldn't affect performance since listeners are compiled using the literals either way
* Initial builder implementation
This is far from ready but im pushing this so i can continue on my laptop
* Add support for Polls (Didas-git#21)
* feat: types for user installable apps
* feat: adopt transformers for user installable apps
* feat: adopt jsx for user-installable apps
* test: make ping command available in dms
* refactor: assign not required in interaction context type enum
* Initial helpers implementation
Thanks Didas-git#17 for the webhook idea.
* Completely change type organization
* Update modules to comply to changes
* This should not be here
* Initial builder implementation
This is far from ready but im pushing this so i can continue on my laptop
* Add support for Polls (Didas-git#21)
* feat: types for user installable apps
* feat: adopt transformers for user installable apps
* feat: adopt jsx for user-installable apps
* test: make ping command available in dms
* refactor: assign not required in interaction context type enum
* rebase
* revert(core): remove new line in pkg json
* fix: add USE_EXTERNAL_APPS permission
* refactor: remove deprecated fields
---------
Co-authored-by: DidaS <didasoficial@gmail.com>
0 commit comments