-
Notifications
You must be signed in to change notification settings - Fork 12
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
Make discord.js adapter's methods more descriptive #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Here's some preemptive comments
Heads up: I changed the base on this to point to a new dev branch, which is also where I'll put the new documentation updates so they don't get deployed right away |
Hopefully, I did not miss anything in guides. I'm not sure how I should implement options for test adapter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The guide updates look good! Just a comment on the actual API, which I wish I noticed sooner 😅
As for options on the tester, that's not a public API anyway, so we don't need to worry about that for now, just as long as our tests pass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great! thanks again! 🙌
Still lacks some test &
ComponentEvent
interface rewrite. Hopefully it will be done either today or tomorrow.