aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/ext/commands/converter.py')
-rw-r--r--discord/ext/commands/converter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py
index edd815db..93137cad 100644
--- a/discord/ext/commands/converter.py
+++ b/discord/ext/commands/converter.py
@@ -182,7 +182,7 @@ class UserConverter(IDConverter):
class MessageConverter(Converter):
"""Converts to a :class:`discord.Message`.
- .. versionadded:: 1.1.0
+ .. versionadded:: 1.1
The lookup strategy is as follows (in order):