mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
test and work
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const { yellow, red, bgRed } = require('kleur')
|
||||
|
||||
const printer = (message, title) => {
|
||||
console.clear()
|
||||
// console.clear()
|
||||
if (title) console.log(bgRed(`${title}`))
|
||||
console.log(yellow(Array.isArray(message) ? message.join('\n') : message))
|
||||
console.log(``)
|
||||
|
||||
Reference in New Issue
Block a user