discord-delta

0.0.1 • Public • Published

Discord-Delta

A package that allows you to interact with the Discord API so easy!

Requiring it

const Discord = require("discord-delta");

const client = new Discord.Client();

client.login("token-here");

client.on("BotReady", () => {
  console.log(`Ready on client ${client.User.Tag}!`);
});

Made by Ruben#0808

Readme

Keywords

Package Sidebar

Install

npm i discord-delta

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

6.14 kB

Total Files

12

Last publish

Collaborators

  • ruben40000