Skip to content

Commit

Permalink
[commands] Fix MessageConverter not inheriting from Converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Apr 30, 2019
1 parent 55e3e24 commit 40cac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async def convert(self, ctx, argument):

return result

class MessageConverter:
class MessageConverter(Converter):
"""Converts to a :class:`discord.Message`.
.. versionadded:: 1.1.0
Expand Down

0 comments on commit 40cac30

Please sign in to comment.