From 5c4f890bf58de847667c47eb0188edc9865b4609 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 27 Mar 2017 14:18:36 +0200 Subject: [PATCH] Newest tweet in thread at bottom --- bottools/methods.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bottools/methods.py b/bottools/methods.py index faa7aad..80ac22a 100644 --- a/bottools/methods.py +++ b/bottools/methods.py @@ -318,6 +318,8 @@ def thread(bot, update, args): nexttid = tweets[-1].in_reply_to_status_id i += 1 + tweets.reverse() + for tweet in tweets: tweetMessage(tweet, message.chat_id, bot)