Upload files to "Assets"
This commit is contained in:
@ -2,18 +2,18 @@ import os
|
||||
from colorama import Fore, Style
|
||||
|
||||
full_ascii_art = f"""
|
||||
{Fore.RED}{Style.BRIGHT}
|
||||
┏┓┏┏ • ┏┓ ┓ ┏┓ • ┳┓ ┓ ┓
|
||||
┃┃╋╋┏┓┏┓┏┓┓┏┏┓ ┃ ┓┏┣┓┏┓┏┓ ┃┃┏┓┏┓┏┓┏┓╋┓┏┓┏┓┏ ┣┫┓┏┏┫┏┫┓┏
|
||||
┗┛┛┛┗ ┛┗┛┗┗┛┗ ┗┛┗┫┗┛┗ ┛ ┗┛┣┛┗ ┛ ┗┻┗┗┗┛┛┗┛ ┻┛┗┻┗┻┗┻┗┫
|
||||
┛ ┛ ┛
|
||||
{Fore.BLUE}{Style.BRIGHT}
|
||||
┓┏ ┏┓ •┏• • ┓ • ┓┓•
|
||||
┣┫┓┏┏┓╋ ┣┫┏┓╋┓╋┓┏┓┏┓┃ ┓┏┓╋┏┓┃┃┓┏┓┏┓┏┓┏┏┓
|
||||
┛┗┗┻┛┗┗ ┛┗┛ ┗┗┛┗┗┗┗┻┗ ┗┛┗┗┗ ┗┗┗┗┫┗ ┛┗┗┗
|
||||
┛
|
||||
{Style.RESET_ALL}"""
|
||||
|
||||
|
||||
ascii_art = f"""
|
||||
{Fore.RED}{Style.BRIGHT}
|
||||
┏┓┏┓┏┓ ┳┓┳┳┳┓┳┓┓┏
|
||||
┃┃┃ ┃┃ ┣┫┃┃┃┃┃┃┗┫
|
||||
┗┛┗┛┗┛ ┻┛┗┛┻┛┻┛┗┛
|
||||
{Fore.BLUE}{Style.BRIGHT}
|
||||
┓┏ ┏┓┳
|
||||
┣┫┓┏┏┓╋ ┣┫┃
|
||||
┛┗┗┻┛┗┗ ┛┗┻
|
||||
{Style.RESET_ALL}"""
|
||||
|
||||
infinitei = f"""
|
||||
|
Reference in New Issue
Block a user