-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add more methods on models, bugfixes #628
Add more methods on models, bugfixes #628
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.
Looks generally OK, but we shouldn't be documenting things that are just overridden methods unless the behaviour changes significantly. I left a comment on the first few cases I came across, but there are more that should be fixed too.
Still waiting on discord/discord-api-docs#6484, but looks good otherwise. |
* cleanup * improve * for review * changes that i forgor * question mark * fix #629 and `updateMfaLevel` * fix tests * ��
Description
auditLogReason
toStickerManager
methods, andWebhookManager.update
as wellincludeId
param inPermissionOverwriteBuilder.build()
to make payloads more correctinteractionsEndpointUrl
being ignored inApplicationUpdateBuilder
auditLogReason
inEmojiManager
methodsType of change
Checklist:
dart analyze
ormake analyze
and fixed all issuesdart format --set-exit-if-changed -l 160 ./lib
ormake format
and fixed all issues