Using BotAccount Class

Using the basics of this class

Just so you know , I never intended in making this look good

const {BotAccount} = require("sphinx-bc");

new BotAccount({token: "Your bot token"});

Last updated