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
/
message.js
9 lines
(5 loc)
•
142 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
chalk =
require
(
'chalk'
);
module
.
exports
=
(
message
) =>
{
// message.channel.send('pogger');
message.
reply
(
'how'
); }