mtfosbot/libs/api-action/index.js

10 lines
150 B
JavaScript
Raw Normal View History

2018-06-28 09:37:33 +00:00
const twitch = require('./twitch')
const line = require('./line')
2018-07-06 09:57:49 +00:00
const google = require('./google')
2018-06-28 09:37:33 +00:00
module.exports = {
twitch,
2018-07-06 09:57:49 +00:00
line,
google
2018-06-28 09:37:33 +00:00
}