forked from Hri7566/mpp-server-dev2
6 lines
88 B
JavaScript
6 lines
88 B
JavaScript
|
const { InternalBot } = require("./InternalBot");
|
||
|
|
||
|
module.exports = {
|
||
|
InternalBot
|
||
|
}
|