0.0.1 • Published 5 years ago

discord-delta v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

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

0.0.1

5 years ago