mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
20 lines
1015 B
Python
20 lines
1015 B
Python
# 3.12.23
|
|
|
|
# Import
|
|
from Stream.util.console import console
|
|
|
|
# [Function]
|
|
def msg_start():
|
|
|
|
msg = """
|
|
_____ _ _ _ _
|
|
/ ____| | (_) (_) |
|
|
| (___ | |_ _ __ ___ __ _ _ __ ___ _ _ __ __ _ ___ ___ _ __ ___ _ _ _ __ _| |_ _ _
|
|
\___ \| __| '__/ _ \/ _` | '_ ` _ \| | '_ \ / _` | / __/ _ \| '_ ` _ \| | | | '_ \| | __| | | |
|
|
____) | |_| | | __/ (_| | | | | | | | | | | (_| | | (_| (_) | | | | | | |_| | | | | | |_| |_| |
|
|
|_____/ \__|_| \___|\__,_|_| |_| |_|_|_| |_|\__, | \___\___/|_| |_| |_|\__,_|_| |_|_|\__|\__, |
|
|
__/ | __/ |
|
|
|___/ |___/
|
|
"""
|
|
|
|
console.log(f"[purple]{msg}") |