UNPKG
chatbotlouis
Version:
latest (1.0.0)
1.0.0
chat
chatbotlouis
/
index.js
10 lines
(8 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
checkUpdate =
require
(
"./functions/checkUpdate"
)
checkUpdate
()
ChatBot
=
require
(
"./functions/chatBot"
)
Capitalize
=
require
(
"./functions/capitalize"
);
module
.
exports
= {
ChatBot
,
Capitalize
};