From 6cd049ec987cd4e9049111599686c097e34d76b2 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Sun, 3 Dec 2023 22:18:03 +0100 Subject: [PATCH] Update bot.py --- bot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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