Skip to content

Commit

Permalink
Fix the use of messageLoop -> message_loop for new telepot version 7.…
Browse files Browse the repository at this point in the history
…0 in telesyncw
  • Loading branch information
fortiZ authored and fortiZ committed Apr 20, 2016
1 parent dc7ec1d commit b696574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hangupsbot/plugins/telesync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def _initialise(bot):
tg_bot.add_command("/tldr", tg_command_tldr)

loop = asyncio.get_event_loop()
loop.create_task(tg_bot.messageLoop())
loop.create_task(tg_bot.message_loop())


@command.register(admin=True)
Expand Down

0 comments on commit b696574

Please sign in to comment.