self-cord

1.0.7 • Public • Published

SelfCord

Simple api wrapper for making of Discord self-bots entirly writted in javascript

Example usage

const SelfCord = require('self-cord')
const client = new SelfCord.DiscordClient("your-token-goes-here")

const embed = new SelfCord.MessageEmbed()
.setTitle("Super epic title!")
.setDescription("Super epic description!")
.setColor("RED")
.setFooter("Super epic message!")
client.sendMessage("Hello world!", CHANNEL_ID, embed)

Package Sidebar

Install

npm i self-cord

Weekly Downloads

0

Version

1.0.7

License

ISC

Unpacked Size

9.92 kB

Total Files

3

Last publish

Collaborators

  • _notgqbbo