Skip to content
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

Allow async iterators in delete_messages #1134

Merged
merged 8 commits into from
Jan 1, 2023
Merged

Conversation

thesadru
Copy link
Contributor

Made rest.delete_messages allow the use of both sync and async/lazy iterators.

closes #1127

hikari/impl/rest.py Outdated Show resolved Hide resolved
hikari/impl/rest.py Outdated Show resolved Hide resolved
hikari/impl/rest.py Outdated Show resolved Hide resolved
hikari/impl/rest.py Outdated Show resolved Hide resolved
hikari/impl/rest.py Outdated Show resolved Hide resolved
tests/hikari/impl/test_rest.py Outdated Show resolved Hide resolved
hikari/iterators.py Outdated Show resolved Hide resolved
hikari/iterators.py Show resolved Hide resolved
@davfsa davfsa added the enhancement New feature or request label May 19, 2022
hikari/impl/rest.py Outdated Show resolved Hide resolved
@davfsa davfsa enabled auto-merge (squash) December 21, 2022 22:44
@davfsa davfsa disabled auto-merge December 31, 2022 11:09
@davfsa davfsa merged commit c786b0e into hikari-py:master Jan 1, 2023
@thesadru
Copy link
Contributor Author

thesadru commented Jan 1, 2023

woo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow async iterators in delete_messages
4 participants