🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

downbot

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

downbot - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
bot.js

@@ -89,4 +89,4 @@ #!/usr/bin/env node

console.log(
"Bot started. Please keep this window running or setup persistent execution using startup managers like PM2."
"Bot started. Please keep this window running or setup persistent execution using startup managers like PM2.\nSend CTRL+C to terminate."
);
bot.start();
{
"name": "downbot",
"version": "1.0.1",
"version": "1.0.2",
"description": "Indicate your users of downtime in Telegram!",
"main": "bot.js",
"bin": {
"downi": "./bot.js"
"downbot": "./bot.js"
},

@@ -9,0 +9,0 @@ "author": {

@@ -7,2 +7,12 @@ # Downtime Telegram Bot

### Brief Note
Whenever you start work or maintenance on your bot just call ```npx downbot``` to notify your users in the meanwhile.
If you use a .env file just call downbot in the same directory as your bot and it'll use that. No need to even set env vars.
The bot replies to all commands & messages.
<br>
### Usage

@@ -13,3 +23,3 @@

```shell
downi
downbot
```

@@ -56,4 +66,2 @@ For temporary use:

<br>
### Uninstall

@@ -60,0 +68,0 @@