Module for sending misprints to Slack and Telegram
npm install @codexteam/misprintsor
yarn add @codexteam/misprints<script src="https://cdn.jsdelivr.net/npm/@codexteam/misprints"></script>new Misprints({
chatId: 'XXXXXXX'
});Where chatId is chat's identifier where message will be sent.
Take a look on Webhooks to get it.