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)