forked from Pycord-Development/pycord
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ext.bridge): add walk command functions & dynamically fetch attr…
…s in commands variants (Pycord-Development#1867) * feat(ext.bridge): walk command functions * fix(ext.bridge): dynamically fetch attributes ... on bridge commands * chore(changlog): add entry * chore(ext.bridge): add docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use shorter Iterator return type As mentioned in https://docs.python.org/3.11/library/typing.html#typing.Generator, the Iterable and Iterator types can also be used in generator functions * fix deprecated types * finish changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * refactor: remove comment * fix(ext.bridge): re-add code for l10n set-ing * feat(ext.bridge): dynamic set * changelog: clarify * style(pre-commit): auto fixes from pre-commit.com hooks * fix: I found a fix * style(pre-commit): auto fixes from pre-commit.com hooks --------- Signed-off-by: Middledot <78228142+Middledot@users.noreply.github.com> Signed-off-by: plun1331 <49261529+plun1331@users.noreply.github.com> Signed-off-by: Lala Sabathil <lala@pycord.dev> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Co-authored-by: plun1331 <49261529+plun1331@users.noreply.github.com> Co-authored-by: Lala Sabathil <lala@pycord.dev>
- Loading branch information
1 parent
d519e95
commit c43727b
Showing
3 changed files
with
74 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters