Updated helpstrings
This commit is contained in:
parent
75a001ad5d
commit
54cf797b1e
60 changed files with 104 additions and 104 deletions
|
@ -11,7 +11,7 @@ from util.text import truncate_words
|
|||
@hook.command('wa')
|
||||
@hook.command
|
||||
def wolframalpha(inp, bot=None):
|
||||
".wa <query> -- Computes <query> using Wolfram Alpha."
|
||||
"wa <query> -- Computes <query> using Wolfram Alpha."
|
||||
|
||||
api_key = bot.config.get("api_keys", {}).get("wolframalpha", None)
|
||||
bitly_user = bot.config.get("api_keys", {}).get("bitly_user", None)
|
||||
|
|
Reference in a new issue