0.1.0 • Published 2 years ago

slack-message-tiny-bot v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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(() => {});
0.1.0

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago