d3v.js

0.0.48 • Public • Published

D3v.js (BETA)

🔥 Powerfull discord api wrapper based on cool things 😎

example

const d3v = require('d3v.js');

const bot = new d3v.Client();


bot.on('ready', async () => {
    console.log('I\'m ready!')
});



bot.on('message', (message) => {

if(message.content == ':wolf:'){
    message.reply('AUFFF')
}

});



bot.run('token here')

In plans:

  • [ ] Managers

  • [x] Built in command handler

  • [ ] Docs

  • [ ] Voice

  • [ ] some more things...

Contributors:

  • shizofreniya#1214 (shizofreniya)

  • LukumiyaD3v#3955 (KotypeyPyEdition)

    

Package Sidebar

Install

npm i d3v.js

Weekly Downloads

1

Version

0.0.48

License

Apache-2.0

Unpacked Size

351 kB

Total Files

44

Last publish

Collaborators

  • kotypey