1.1.9 • Published 3 years ago

kold-js v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

kold-js

A library for interacting with Discord API

Installation

npm

npm i kold-js

yarn

yarn add kold-js

pnpm

pnpm add kold-js

Example usage

import { Client } from "kold-js"

const client = new Client({
    token: TOKEN
})

client.run()

FAQ

What the difference between kold-js and discord.js?

discord.js is a tool for building bots and can not be used for user accounts, but kold-js allows you to interact with Discord API using a user account without breaking TOS (terms of service)

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago