-
Notifications
You must be signed in to change notification settings - Fork 45
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
Type checking fixes #393
base: master
Are you sure you want to change the base?
Type checking fixes #393
Conversation
…g type hinting to avoid circular imports.
…s no attribute 'color'" and "'Embed' object attribute 'color' is read-only"
…h. Fixed the issue with format exception parameters. Added the get_command and walk_commands methods with correct types to avoid errors.
…e hints to database stuff, and fix some stuff with the require_team and send_on_verify.
…return the right type. Added type hints in some other places. Moved GuildNewMember to actionlogs.py to avoid circular import and make some stuff simpler.
…t theres more type hints.
…hanged some stuff so slash commands dont die with too big ints.
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.
Too many merge conflicts for me to approve
I'll fix all of them once I'm back at a computer. |
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.
Did it.
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.
There are too many changes in this PR for me to in good faith approve it, please split this into separate pull requests
Added wayyyyyy more type checking. I even fixed the merge conflicts and the pylint.