diff --git a/redbot/__main__.py b/redbot/__main__.py index e09a4c2c3..f79607ca5 100644 --- a/redbot/__main__.py +++ b/redbot/__main__.py @@ -97,6 +97,7 @@ def debug_info(): + "OS version: {}\n".format(osver) + "System arch: {}\n".format(platform.machine()) + "User: {}\n".format(user_who_ran) + + "Metadata file: {}\n".format(data_manager.config_file) ) print(info) sys.exit(0)