libcord
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

Libcord

https://nodei.co/npm/libcord.png?downloads=true&downloadRank=true&stars=true
Discord GitHub license DOWNLOADS DOCS

Libcord is a library written in typescript to interact with the Discord API

Getting Started

const { Client } = require('libcord')
const client = new Client();

client.on("ready", () => {
    console.log("I am ready")
});
client.login("TOKEN")

/libcord/

    Package Sidebar

    Install

    npm i libcord

    Weekly Downloads

    0

    Version

    0.3.3

    License

    GPL-3.0

    Unpacked Size

    264 kB

    Total Files

    151

    Last publish

    Collaborators

    • tovade
    • mrprivacy