feat(logs): add new owner only logs command

This commit is contained in:
neoarz
2025-09-27 09:07:42 -04:00
parent c2c12d38ce
commit 474cb244a9
4 changed files with 118 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ _ascii_art = """
╚══════╝ ╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚══════╝
"""
_start_rgb = (255, 69, 0) # Red-orange
_start_rgb = (255, 69, 0)
_end_rgb = (255, 165, 0) # Orange
ascii = gradient_text_selective(_ascii_art, _start_rgb, _end_rgb, "neoarz", "Made by ")