1.0.3 • Published 2 years ago

discork v1.0.3

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

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:

  • Gateway
  • Everything else
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago