From 3112e1c17e7859adf6d13ed844f4c636b4bc30d8 Mon Sep 17 00:00:00 2001 From: Tobotimus Date: Sat, 6 Jan 2018 17:21:56 -0500 Subject: Add intersphinx --- discord/ext/commands/converter.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'discord/ext/commands/converter.py') diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index 267a7d40..e2397ad2 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -405,11 +405,11 @@ class clean_content(Converter): Attributes ------------ - fix_channel_mentions: bool + fix_channel_mentions: :obj:`bool` Whether to clean channel mentions. - use_nicknames: bool + use_nicknames: :obj:`bool` Whether to use nicknames when transforming mentions. - escape_markdown: bool + escape_markdown: :obj:`bool` Whether to also escape special markdown characters. """ def __init__(self, *, fix_channel_mentions=False, use_nicknames=True, escape_markdown=False): -- cgit v1.2.3