1.0.3 • Published 3 years ago
base-bot-discord-v14 v1.0.3
Base Bot Discord v14
How to use:
Create index.js file and add this to it:
const myModule = require('base-bot-discord-v14'); (async () => { let log = await myModule.create({ token: "TOKEN OF YOUR BOT" }); let run = await myModule.run() })();Run
npm init -yand thennpm i base-bot-discord-v14Run
node .and wait until your bot is connected !