Infiziert90 / Discord-Skype-Bot

Discord-Bot that connects discord and skype.
MIT License
9 stars 9 forks source link

Editing or deleting messages skype-> discord doesn't work. #1

Closed Ashymad closed 6 years ago

Ashymad commented 6 years ago

It seems that with https://github.com/Infiziert90/Discord-Skype-Bot/commit/7c6b8f00c2ae82a98c2a0ef8c7c59db45c9eba0c this regression has been introduced. Traceback:


  File "/home/shyman/.pyenv/versions/3.6.2/lib/python3.6/concurrent/futures/thread.py", line 55, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/shyman/.pyenv/versions/skycord/lib/python3.6/site-packages/skpy/main.py", line 207, in cycle
    self.onEvent(event)
  File "./skype-bot.py", line 68, in onEvent
    content, sky_file = self.EditMessage.inspect_skype_content_edit(event.msg)
ValueError: not enough values to unpack (expected 2, got 0)
Infiziert90 commented 6 years ago

Update your message_edit.py with the new version and it should work without any problem.

Ashymad commented 6 years ago

Thank you 👍