2.1.0 • Published 2 years ago

hook.gg v2.1.0

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

Github Stars GitHub issues

About

A light-weight wrapper written in typescript for sending webhooks to discord

Features

✅ Easy-to-use ✅ Stable ✅ Open Source

Installation

Recommended version Node.js 12.x.x

To install all the packages just use:

Documentation

Docs

Examples

import { HookClient } from "hook.gg";

const hook = new HookClient({
    url: "discord webhook url",
    retryOnLimit: true
});

hook.send("Hello from Hook.gg!");
2.1.0

2 years ago

2.0.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago