Skip to content

Use async with Messageable.typing() everywhere#2155

Merged
ChrisLovering merged 1 commit into
mainfrom
use-async-with-typing
Apr 28, 2022
Merged

Use async with Messageable.typing() everywhere#2155
ChrisLovering merged 1 commit into
mainfrom
use-async-with-typing

Conversation

@ChrisLovering
Copy link
Copy Markdown
Member

Closes BOT-33Z Closes #2154

With the latest version of discord.py support for the with Messageable.typingn() was droped, in favour of only using async with.

Closes BOT-33Z Closes #2154

With the latest version of discord.py support for the with Messageable.typingn() was droped, in favour of only using async with.
Copy link
Copy Markdown
Contributor

@HassanAbouelela HassanAbouelela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This diff should have never been this large. For such a minor change, the diff should’ve been equally as small. I suppose the blame doesn’t fall with you, but the person before you for not marking the function as sync.

Copy link
Copy Markdown
Contributor

@vivekashok1221 vivekashok1221 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ChrisLovering ChrisLovering merged commit b54d12b into main Apr 28, 2022
@ChrisLovering ChrisLovering deleted the use-async-with-typing branch April 28, 2022 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: __enter__

3 participants