mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Add metadata file to redbot --debuginfo (#4557)
This commit is contained in:
parent
252951c706
commit
8b2c6226f6
@ -97,6 +97,7 @@ def debug_info():
|
|||||||
+ "OS version: {}\n".format(osver)
|
+ "OS version: {}\n".format(osver)
|
||||||
+ "System arch: {}\n".format(platform.machine())
|
+ "System arch: {}\n".format(platform.machine())
|
||||||
+ "User: {}\n".format(user_who_ran)
|
+ "User: {}\n".format(user_who_ran)
|
||||||
|
+ "Metadata file: {}\n".format(data_manager.config_file)
|
||||||
)
|
)
|
||||||
print(info)
|
print(info)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user