diff --git a/discord/abc.py b/discord/abc.py index f794cd99e..a16afe8e6 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1315,7 +1315,7 @@ class Messageable(Protocol): Example Usage: :: async with channel.typing(): - # stimulate something heavy + # simulate something heavy await asyncio.sleep(10) await channel.send('done!')