-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbanner.js
24 lines (24 loc) · 1.36 KB
/
banner.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*const art = `
___ ________ ________ ________ ________
|\ \|\ ____\ |\ __ \|\ __ \|\ _____\
\ \ \ \ \___|_ ____________\ \ \|\ \ \ \|\ /\ \ \__/
__ \ \ \ \_____ \|\____________\ \ \\\ \ \ __ \ \ __\
|\ \\_\ \|____|\ \|____________|\ \ \\\ \ \ \|\ \ \ \_|
\ \________\____\_\ \ \ \_______\ \_______\ \__\
\|________|\_________\ \|_______|\|_______|\|__|
\|_________|By: 𝚃𝙰𝙸𝚁𝙰 𝙼𝙰𝙺𝙸𝙽𝙾
*/
const art = `
::::::::::: :::::::: :::::::: ::::::::: ::::::::::
:+: :+: :+: :+: :+: :+: :+: :+:
+:+ +:+ +:+ +:+ +:+ +:+ +:+
+#+ +#++:++#++ +#++:++#++:++ +#+ +:+ +#++:++#+ :#::+::#
+#+ +#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+# #+# #+# #+# #+# #+#
##### ######## ######## ######### ###
\tBy: 𝚃𝙰𝙸𝚁𝙰 𝙼𝙰𝙺𝙸𝙽𝙾
\tGithub: https://github.com/anonphoenix007
\tTelegram:https://t.me/Tha_Healer
\tE-Mail: phoenixgibson007@gmail.com
`
exports.art = art