1.0.3 • Published 12 months ago

base-bot-discord-v14 v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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

12 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago