dclight
v0.0.6
Published
Build and run your Discord bot in a simple, fast and modular way.
Downloads
3
Maintainers
Readme
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