diff --git a/bot/bot.py b/bot/bot.py index 5ca09e9..da4ab52 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -533,7 +533,7 @@ class Bot: info += "-" + param + '\n' info += "Required: " + str(params[param]['required']) + '\n' info += "Possible Values: " + json.dumps(params[param]['values']) + '\n\n' - return info + return info return None