diff --git a/bot.py b/bot.py index fd974a4..3440316 100644 --- a/bot.py +++ b/bot.py @@ -165,7 +165,7 @@ class TwitchBot(irc.bot.SingleServerIRCBot): log.info('Adding quote %s: %s', id, text) try: self.post(dict( - id=int(id) + 10000, # FIXME + id=int(id), date=dateutil.parser.parse(date, dayfirst=True).date().isoformat(), game=game, text=text))