mirror of
https://git.mctaylors.ru/mctaylors/Lurker.git
synced 2024-11-23 08:48:02 +03:00
2 lines
96 B
Python
2 lines
96 B
Python
def icon_info(icon):
|
|
return f"[{icon.filename}](<{icon.url}>) ({icon.width}x{icon.height})"
|