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