0.0.48 • Published 4 years ago

d3v.js v0.0.48

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
4 years ago

D3v.js (BETA)

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

  • Built in command handler

  • Docs

  • Voice

  • some more things...

Contributors:

  • shizofreniya#1214 (shizofreniya)

  • LukumiyaD3v#3955 (KotypeyPyEdition)

0.0.47

4 years ago

0.0.48

4 years ago

0.0.46

4 years ago

0.0.45

4 years ago

0.0.42

4 years ago

0.0.43

4 years ago

0.0.41

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago