1.1.9 • Published 1 year ago

kold-js v1.1.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago