discord-delta
v0.0.1
Published
A discord library that allows you to interact with the Discord API.
Readme
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
