Using BotAccount Class
Using the basics of this class
const {BotAccount} = require("sphinx-bc");
new BotAccount({token: "Your bot token"});
Last updated
Using the basics of this class
const {BotAccount} = require("sphinx-bc");
new BotAccount({token: "Your bot token"});
Last updated