test and work

This commit is contained in:
Leifer Mendez
2022-11-11 15:10:34 +01:00
parent 45272fb34f
commit da8defc517
9 changed files with 38 additions and 52 deletions

View File

@@ -1,6 +1,5 @@
const inout = require('./io')
const provider = require('./provider')
const botcore = require('./core')
const database = require('./database')
module.exports = { inout, provider, botcore, database }
module.exports = { inout, botcore, database }