forked from masterking32/MasterHamsterKombatBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanner.py
15 lines (13 loc) · 850 Bytes
/
banner.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import warna as w
def show_banner():
banner = f"""
{w.g} _ _ _ {w.m} _ __ _ _ {w.rs}
{w.g}| | | | __ _ _ __ ___ ___| |_ ___ _ __{w.m}| |/ /___ _ __ ___ | |__ __ _| |_ {w.rs}
{w.g}| |_| |/ _` | '_ ` _ \/ __| __/ _ \ '__{w.m}| ' // _ \| '_ ` _ \| '_ \ / _` | __|{w.rs}
{w.g}| _ | (_| | | | | | \__ \ || __/ | {w.m}| . \ (_) | | | | | | |_) | (_| | |_ {w.rs}
{w.g}|_| |_|\__,_|_| |_| |_|___/\__\___|_| {w.m}|_|\_\___/|_| |_| |_|_.__/ \__,_|\__|{w.rs}
{w.yb}Version: 2.4{w.rs} ==================================== Developed by: {w.cb}MasterkinG32{w.rs}
Project Github: {w.m}https://github.com/masterking32/MasterHamsterKombatBot{w.rs}
⛔⛔ {w.rb}CTRL + C to STOP THE BOT !! {w.rs}⛔⛔
"""
print(banner)