discord-leveling-super
Version:
Easy and customizable leveling framework for your Discord bot.
16 lines (15 loc) • 1.58 kB
JavaScript
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()