Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 558 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 558 Bytes

codex.misprints

Module for sending misprints to Slack and Telegram

Getting started

Installation

npm or Yarn

npm install @codexteam/misprints

or

yarn add @codexteam/misprints

Download from CDN

<script src="https://cdn.jsdelivr.net/npm/@codexteam/misprints"></script>

Usage

Initialization

new Misprints({
    chatId: 'XXXXXXX'
});

Where chatId is chat's identifier where message will be sent. Take a look on Webhooks to get it.