From 67eccba1a13ec517e653c42340ff4f645d98e8b9 Mon Sep 17 00:00:00 2001 From: Morgan Kalvin Nrykkxyyyn Date: Mon, 4 Jan 2016 19:00:22 -0800 Subject: [PATCH] Changed command to 'me', moved help text --- rainbowstream/rainbow.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 692a4ac..129ad29 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1455,6 +1455,8 @@ def help_discover(): light_green('trend JP Tokyo') + '.\n' usage += s * 2 + light_green('home') + ' will show your timeline. ' + \ light_green('home 7') + ' will show 7 tweets.\n' + usage += s * 2 + light_green('me') + ' will show your latest tweets. ' + \ + light_green('me 2') + ' will show your last 2 tweets.\n' usage += s * 2 + \ light_green('notification') + ' will show your recent notification.\n' usage += s * 2 + light_green('mentions') + ' will show mentions timeline. ' + \ @@ -1507,8 +1509,6 @@ def help_tweets(): light_green('share 12 ') + ' will get the direct link of the tweet with ' + \ light_yellow('[id=12]') + '.\n' usage += s * 2 + \ - light_green('mytw 2 ') + ' will show your last two tweets.\n' - usage += s * 2 + \ light_green('del 12 ') + ' will delete tweet with ' + \ light_yellow('[id=12]') + '.\n' usage += s * 2 + light_green('show image 12') + ' will show image in tweet with ' + \ @@ -1781,7 +1781,7 @@ cmdset = [ 't', 'rt', 'quote', - 'mytw', + 'me', 'allrt', 'conversation', 'fav', -- 1.9.1