From a2187e81e7bd851872e463ee7327a91a9504fdb5 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Wed, 7 Feb 2018 15:20:34 -0500 Subject: [PATCH] info.json to v3 --- howdoi/info.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/howdoi/info.json b/howdoi/info.json index f791930..e4c14ae 100644 --- a/howdoi/info.json +++ b/howdoi/info.json @@ -1,10 +1,10 @@ { - "AUTHOR" : "Bobloy", - "INSTALL_MSG" : "Thank you for installing! Ask a question with [p]howdoi", - "NAME" : "tourney", - "SHORT" : "Answer coding questions", - "DESCRIPTION" : "Answer coding questions using gleitz's howdoi code @ https://github.com/gleitz/howdoi", - "TAGS" : ["howdoi", "coding","bobloy"], - "REQUIREMENTS" : ["Pygments", "argparse", "cssselect", "lxml", "pyquery", "requests", "requests-cache", "howdoi"], - "HIDDEN" : false + "author" : ["Bobloy"], + "bot_version" : [3,0,0], + "description" : "[Incomplete] Answer coding questions using gleitz's howdoi code @ https://github.com/gleitz/howdoi", + "hidden" : false, + "install_msg" : "Thank you for installing! Ask a question with [p]howdoi", + "requirements" : ["Pygments", "argparse", "cssselect", "lxml", "pyquery", "requests", "requests-cache"], + "short" : "[Incomplete] Answer coding questions", + "tags" : ["howdoi", "coding","bobloy"] } \ No newline at end of file