More welcome wagon beautification.
This commit is contained in:
parent
cb3fc9bb91
commit
bddbd9cd36
3 changed files with 5 additions and 4 deletions
|
|
@ -211,7 +211,7 @@ module.exports.dumpError = async function(err, date = new Date()){
|
|||
}
|
||||
}
|
||||
|
||||
module.exports.welcomeWagon = function(count, date){
|
||||
module.exports.welcomeWagon = function(count, date, tokes){
|
||||
//Inject values into ascii art
|
||||
const art = `
|
||||
\x1b[32m ! \x1b[0m
|
||||
|
|
@ -225,7 +225,7 @@ module.exports.welcomeWagon = function(count, date){
|
|||
\x1b[32m WEE EEE EED\x1b[0m C A A N NN O O P Y
|
||||
\x1b[32m WEEEEED\x1b[0m CCCC A A N NN OOO P Y
|
||||
\x1b[32m WEEE ! EEED\x1b[0m
|
||||
\x1b[32m !\x1b[0m \x1b[34mInitialization Complete!\x1b[0m This server has booted \x1b[4m${count}\x1b[0m time${count == 1 ? '' : 's'}.
|
||||
\x1b[32m !\x1b[0m \x1b[34mInitialization Complete!\x1b[0m This server has booted \x1b[4m${count}\x1b[0m time${count == 1 ? '' : 's'} and taken ${tokes} \x1b[4mtoke${tokes == 1 ? '' : 's'}\x1b[0m.
|
||||
\x1b[32m !\x1b[0m This server was first booted on \x1b[4m${date}\x1b[0m.`
|
||||
|
||||
//Dump art to console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue