Skip to content

Commit

Permalink
docs: fix typo in .send docstring (#2007)
Browse files Browse the repository at this point in the history
Fix Typo

slient -> silent

Signed-off-by: Lacosst0 <[email protected]>
  • Loading branch information
Lacosst0 authored Apr 8, 2023
1 parent 5b1c15c commit fa0f160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/abc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ async def send(
.. versionadded:: 2.0
suppress: :class:`bool`
Whether to suppress embeds for the message.
slient: :class:`bool`
silent: :class:`bool`
Whether to suppress push and desktop notifications for the message.
.. versionadded:: 2.4
Expand Down

0 comments on commit fa0f160

Please sign in to comment.