Add a stupid text logo to startup, because I need a way to separate pterodactyl logs from bot logs
This commit is contained in:
parent
074158d478
commit
36434bdb86
9
index.js
9
index.js
|
@ -142,6 +142,15 @@ client.on('messageCreate', async (message) => {
|
|||
});
|
||||
});
|
||||
|
||||
console.log(`╔═══╗╔═══╗╔════╗╔══╗ ╔╗
|
||||
║╔═╗║║╔═╗║║╔╗╔╗║║╔╗║ ╔╝╚╗
|
||||
║║ ╚╝║╚═╝║╚╝║║╚╝║╚╝╚╗╔══╗╚╗╔╝
|
||||
║║╔═╗║╔══╝ ║║ ║╔═╗║║╔╗║ ║║
|
||||
║╚╩═║║║ ╔╝╚╗ ║╚═╝║║╚╝║ ║╚╗
|
||||
╚═══╝╚╝ ╚══╝ ╚═══╝╚══╝ ╚═╝
|
||||
|
||||
|
||||
`)
|
||||
// Init
|
||||
console.log(`${colors.cyan("[INFO]")} Starting...`)
|
||||
// Start timer to see how long startup takes
|
||||
|
|
Loading…
Reference in a new issue