mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
move io into bot
This commit is contained in:
5
packages/bot/io/methods/index.js
Normal file
5
packages/bot/io/methods/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { addAnswer } = require('./addAnswer')
|
||||
const { addKeyword } = require('./addKeyword')
|
||||
const { toJson } = require('./toJson')
|
||||
|
||||
module.exports = { addAnswer, addKeyword, toJson }
|
||||
Reference in New Issue
Block a user