1.0.3 • Published 2 years ago

base-bot-discord-v14 v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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 then npm i base-bot-discord-v14

Run node . and wait until your bot is connected !

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago