forked from MFarelS/telegram-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstart.py
29 lines (26 loc) · 1.45 KB
/
start.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
import sys, time, os
def m(s):
for c in s + '\n':
sys.stdout.write(c)
sys.stdout.flush()
time.sleep(0.1)
print("""
██████╗░░█████╗░██████╗░██╗░░██╗
██╔══██╗██╔══██╗██╔══██╗██║░██╔╝
██║░░██║███████║██████╔╝█████═╝░
██║░░██║██╔══██║██╔══██╗██╔═██╗░
██████╔╝██║░░██║██║░░██║██║░╚██╗
╚═════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝
██████╗░░█████╗░████████╗
██╔══██╗██╔══██╗╚══██╔══╝
██████╦╝██║░░██║░░░██║░░░
██╔══██╗██║░░██║░░░██║░░░
██████╦╝╚█████╔╝░░░██║░░░
╚═════╝░░╚════╝░░░░╚═╝░░░
░ ░\x1b[00m\033[041m TERMUX TELEGRAM BOT MrDevils \033[00m\x1b>
░ ░ ░ ░ ░ ░ ░ ░ ░ ░\x1b[00m
""")
m('\x1b[00m\033[041m Sedang Memulai... \033[00m')
m("berhasil")
os.system("node bot.js")
m("DONE")