Socket
Socket
Sign inDemoInstall

telegram-bot-bootstrap

Package Overview
Dependencies
120
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "telegram-bot-bootstrap",
"version": "0.0.5",
"version": "0.0.6",
"description": "A bootstrap for Telegram bot with directly deployable sample bot and JS-wrapped API methods.",

@@ -5,0 +5,0 @@ "main": "bot.js",

@@ -40,6 +40,6 @@ # telegram-bot-bootstrap

#### Local(not deployed yet) test bot constructor
See `testbot.js` for functional example.
```Javascript
//testbot.js
// testbot.js
var bot = require('telegram-bot-bootstrap');

@@ -91,2 +91,3 @@ var fs = require('fs');

## Usage: Bootstrapped, Deployable Bot
See `index.js` for deployable app, and `bot.js` to customize bot commands.

@@ -93,0 +94,0 @@ We distinguish the bot from the API: `bot.js` extends `API.js`, and will be the deployed component.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc