discord-delta

A discord library that allows you to interact with the Discord API.

Usage no npm install needed!

<script type="module">
  import discordDelta from 'https://cdn.skypack.dev/discord-delta';
</script>

README

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