discork

1.0.3 • Public • Published

discork

A work in progress library for interacting with the discord API.

logo

import { Client } from 'discork';

const client = new Client({
  intents: ["GUILDS"]
});

client.on('ready', (client) => {
  console.log(`Logged in as ${client.user.tag}`);
})

client.login('TOKEN');

Coverage:

  • [x] Gateway
  • [ ] Everything else

Readme

Keywords

none

Package Sidebar

Install

npm i discork

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

79.9 kB

Total Files

130

Last publish

Collaborators

  • finbar