0.0.6 • Published 3 years ago

dclight v0.0.6

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

DCLight(DisCordLight)

Example Usage

const Discord = require('dclight');
Discord.presence({
  "name": "DisCordLight",
  "type": 0, // 0 Playing , 2 Listening , 3 Watching
  "status": "dnd" // online, dnd
})
Discord.on('READY', (data) => {
  console.log(`Logged as 
  ${data.username}#${data.discriminator}`)
})
Discord.login('TOKEN_HERE')
Discord.send("TEST EMBED IS HERE!","CHANNEL_ID", [{
  "title": "TEXT EMBED",
  "description": "MY description"
  }])
Discord.send("I THINK YOU LIKE THIS","CHANNEL_ID")

Under Coding

Collections Client

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago