Formatting

This commit is contained in:
Firepup Sixfifty 2024-06-05 12:48:35 -05:00
parent 889fd9be49
commit edfe7cd5d5
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -53,7 +53,8 @@ except ImportError:
else (
f"<@{user['profile']['real_name']}>"
if user["profile"]["real_name"]
else f"<@{user['id']}>")
else f"<@{user['id']}>"
)
)
print("All mappings generated, writing cache file now...")
with open("cache.py", "w") as cacheFile: