New ASCII Art

This commit is contained in:
Dita Aji Pratama 2026-06-09 13:08:22 +07:00
parent 399850eb3b
commit 78387899ad

View File

@ -3,8 +3,16 @@ import threading
from datetime import datetime
from scripts import ntro
WELCOME_ART = """\
\n\
WELCOME_ART = """
__ __ _______ __ _ ______ ______ ___ ___ _
| | | || || | | || | | _ | | | | | | |
| |_| || ___|| |_| || _ || | || | | | |_| |
| || |___ | || | | || |_||_ | | | _|
| || ___|| _ || |_| || __ || | | |_
| _ || |___ | | | || || | | || | | _ |
|__| |__||_______||_| |__||______| |___| |_||___| |___| |_|
"""
"""
/\\_/\\
@ -13,7 +21,8 @@ WELCOME_ART = """\
( ) AI Agent
(___)
"""
"""
def log(app, role, text):