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

DJS v14, slash commands & GitHub App integration #106

Merged
merged 120 commits into from
Mar 3, 2024

Conversation

dsevillamartin
Copy link
Member

  • Upgrade from djs v12 to v14
  • Use slash commands for most things
    • A couple text-only commands remain, e.g. deploying slash commands & telling user to use the slash commands instead
  • Deprecate the regular endpoint for webhooks (changed from / to /hook/legacy -- can redirect internally with eg. nginx)
    • They should still work. Cannot register new orgs/repos with init anymore
  • Add two new endpoints for webhooks: /hook for GitHub App, /hook/channel/:ids for specifying destination through GitHub hook
  • Registering repos/orgs to channels now requires GitHub OAuth to verify access to said repo
  • Updated some Discord events: add meta, better release handling, better vulnerability handling, remove issue/pr description from updates...

Add intents, partials, collection updates, change .send(embed) to { embeds: [embed] }...
dsevillamartin and others added 28 commits January 1, 2024 18:15
@dsevillamartin dsevillamartin merged commit b9eebd9 into rewrite Mar 3, 2024
1 check passed
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