Skip to content

Commit

Permalink
Default behaviour of event_message to handle_commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Aug 13, 2019
1 parent e3f877a commit dff56d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitchio/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ async def event_message(self, message):
message: :class:`.Message`
Message object containing relevant information.
"""
pass # TODO
await self.handle_commands(message)

async def event_error(self, error: Exception, data=None):
"""|coro|
Expand Down

0 comments on commit dff56d3

Please sign in to comment.