Update bot.py

This commit is contained in:
Believethehype 2023-12-03 22:18:03 +01:00
parent 17cf785f7d
commit 6cd049ec98

View File

@ -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