Infiziert90 / Discord-Skype-Bot

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

Attachements not showing skype side #9

Open arabek opened 5 years ago

arabek commented 5 years ago
Traceback (most recent call last):
  File "/home/user/.local/lib64/python3.6/site-packages/discord/client.py", line 251, in _run_event
    await coro(*args, **kwargs)
  File "/mnt/raid/ext/STUFF/src/user/src/Discord-Skype-Bot/discord_client.py", line 93, in on_message
    content = await self.to_skype_format(content, message)
  File "/mnt/raid/ext/STUFF/src/user/src/Discord-Skype-Bot/discord_client.py", line 275, in to_skype_format
    content += f"\n<a href=\"{word['url']}\">{word['filename']}</a>"
TypeError: 'Attachment' object is not subscriptable

Discord bot installed from git master, pip3 install -r requirements.txt

ptyx11 commented 5 years ago

any update on this?