freiheit / discord_feedbot

Moved to https://gitlab.com/ffreiheit/discord_feedbot
MIT License
82 stars 28 forks source link

Unable to run 'invalid syntax' #37

Closed nEo-1664 closed 8 years ago

nEo-1664 commented 8 years ago

When trying to run this in Ubuntu 16.04 server, I get the following error;

File "feed2discord.py", line 311 yield from client.send_typing(channel['object']) ^ Any thoughts? I can't see anything else about it.

freiheit commented 8 years ago

Are you running it with python less than 3.4? Python 3.4 or newer is required.

nEo-1664 commented 8 years ago

Sorted. Now another issue, but that's in a new issue.