diff options
| -rw-r--r-- | discord/abc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py index f794cd99..a16afe8e 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!') |