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
/
error.js
5 lines
(4 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
5
const
chalk =
require
(
'chalk'
);
module
.
exports
=
(
error
) =>
{
console
.
log
(
"an error occured lol"
); }