-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.js
16 lines (15 loc) · 1.54 KB
/
install.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
const colors = {
green: '\x1b[32m',
cyan: '\x1b[36m',
blue: '\x1b[34m'
}
console.log()
console.log(`${colors.green}╔═══════════════════════════════════════════════════════════════════╗`)
console.log(`${colors.green}║ @ discord-leveling-super - [] X ║`)
console.log(`${colors.green}║═══════════════════════════════════════════════════════════════════║`)
console.log(`${colors.green}║ ${colors.cyan}Thank you for installing Discord Leveling Super! ${colors.green}║`)
console.log(`${colors.green}║═══════════════════════════════════════════════════════════════════║`)
console.log(`${colors.green}║ If you have any questions or need help, join the Support Server: ${colors.green}║`)
console.log(`${colors.green}║ ${colors.blue}https://discord.gg/4pWKq8vUnb ${colors.green}║`)
console.log(`${colors.green}╚═══════════════════════════════════════════════════════════════════╝\x1b[37m`)
console.log()