base-bot-discord-v14
v1.0.3
Published
**How to use:**
Downloads
6
Readme
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 -y
and thennpm i base-bot-discord-v14
Run
node .
and wait until your bot is connected !