UNPKG
parrot-bot
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-a2
1.0.0-a1
A parrot-like bot you can talk with.
github.com/IonicaBizau/parrot-bot
IonicaBizau/parrot-bot
parrot-bot
/
lib
/
languages
/
index.js
6 lines
(5 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
module
.
exports
= {
ro
:
require
(
"./ro"
),
en
:
require
(
"./en"
) };