-
Notifications
You must be signed in to change notification settings - Fork 1
feat: Gears stuff and better state #184
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
base: state-rewrite
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/184/head:pr-184
git checkout pr-184This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord-next@refs/pull/184/head |
| @@ -0,0 +1,3 @@ | |||
| from .gear import Gear | |||
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.
Should have an info docstring like other init modules
| @@ -0,0 +1,46 @@ | |||
| # taken from https://stackoverflow.com/a/28238047/20324733 | |||
| from typing import Callable, Generic, Protocol, TypeVar, overload | |||
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.
license? or, would that not be applicable here because of the notice above?
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.
That. But I did forget the licenses in some other files
7d90ff6 to
97f6e27
Compare
No description provided.