Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace app.ts contents with app schema #9

Merged
merged 3 commits into from
Dec 5, 2023
Merged

Conversation

EthanThatOneKid
Copy link
Contributor

@EthanThatOneKid EthanThatOneKid commented Nov 25, 2023

This PR demonstrates the efficiency gains achieved by utilizing the discord_app library1 for programming a Discord application command, as opposed to building the command from scratch in Deno. This improvement is attributed to the reduction of code redundancy and the elimination of the need for custom functions to parse Discord interaction options.

Footnotes

  1. https://github.com/EthanThatOneKid/discord_app

@EthanThatOneKid EthanThatOneKid changed the title Replace app.ts with createApp Replace app.ts contents with app schema Nov 25, 2023
deps.ts Outdated Show resolved Hide resolved
@EthanThatOneKid EthanThatOneKid marked this pull request as ready for review November 30, 2023 01:37
@EthanThatOneKid EthanThatOneKid merged commit 443e55f into main Dec 5, 2023
3 checks passed
@EthanThatOneKid
Copy link
Contributor Author

Works in production confirmed: EthanThatOneKid/acmcsuf.com@06c6c6f.

@EthanThatOneKid EthanThatOneKid deleted the discord_app branch April 13, 2024 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant