working ws provider

This commit is contained in:
Leifer Mendez
2022-11-11 17:56:35 +01:00
parent da8defc517
commit 1edd9ab371
6 changed files with 21 additions and 7 deletions

View File

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