forked from Didas-git/lilybird
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
10 changed files
with
79 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters