slack-message-tiny-bot
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

install

npm install slack-message-tiny-bot --save

usages

const _bot = new SlackMessageTinyBot();

_bot.appendBot({
slackWebhookUrl: 'https://hooks.slack.com/services/MY_SLACK_WEBHOOK_URL',
telegramBot: {
    botToken: 'my telegram bot token',
    chatId: 'my chat id',
},
});

_bot.sendMessage({
botIndex: 1,
message: 'test',
}).catch(() => {});

Readme

Keywords

none

Package Sidebar

Install

npm i slack-message-tiny-bot

Weekly Downloads

3

Version

0.1.0

License

Apache-2.0

Unpacked Size

7.62 kB

Total Files

13

Last publish

Collaborators

  • dogeunchoi