AnonymousForwardingBot/index.js
2023-10-30 14:27:26 +06:00

3 lines
62 B
JavaScript

const { bot } = require("./functions/bot/bot");
bot.launch();