UNPKG
better-ttb
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
Create Twitch bots gooder
github.com/tascord/twitch-bot/
tascord/twitch-bot
better-ttb
/
bot
/
events
/
connected.js
6 lines
(5 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
const
chalk =
require
(
'chalk'
);
module
.
exports
=
(
client
) =>
{
console
.
log
(chalk.
magenta
(
`Connected to account
${client.username}
.`
))
console
.
log
(chalk.
blue
(
`Watching channels,
${client.channels}
.`
)) }