From 632f957bd7a27e9dae8b86ad5c20a6ddc6176405 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 28 Jul 2017 14:34:46 -0700 Subject: [PATCH] back off on requested permissions --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index c9c1d64..82f2782 100644 --- a/bot.py +++ b/bot.py @@ -85,7 +85,7 @@ class MonkeyBot: def _help(self): reply = "Visit the following URL to authorize pnut-matrix with your account on pnut.io.\n\n" - reply += "https://pnut.io/oauth/authenticate?client_id=6SeCRCpCZkmZOKFLFGWbcdAeq2fX1M5t&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=stream,write_post,follow,update_profile,presence,messages&response_type=token\n\n" + reply += "https://pnut.io/oauth/authenticate?client_id=6SeCRCpCZkmZOKFLFGWbcdAeq2fX1M5t&redirect_uri=urn:ietf:wg:oauth:2.0:oob&scope=write_post,presence,messages&response_type=token\n\n" reply += "The following commands are available.\n\n" reply += "set_access_token \n" reply += " - Set your access token for matrix -> pnut.io account puppeting\n\n"