UNPKG

better-ttb

Version:
6 lines (5 loc) 212 B
const chalk = require('chalk'); module.exports = (client) => { console.log(chalk.magenta(`Connected to account ${client.username}.`)) console.log(chalk.blue(`Watching channels, ${client.channels}.`)) }