UNPKG
clank.io
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Twitch Chat Bot
github.com/kalodis/clank
kalodis/clank
clank.io
/
index.js
7 lines
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
client
:
require
(
"./lib/client"
),
Client
:
require
(
"./lib/client"
) };
exports
.
printMsg
=
function
(
) {
console
.
log
(
"This is a message from the botlad package"
); }