mpp-server-dev2/oldsrc/InternalBot/index.js

6 lines
88 B
JavaScript
Raw Normal View History

2022-08-16 15:42:09 +02:00
const { InternalBot } = require("./InternalBot");
module.exports = {
InternalBot
}