🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

grammylog

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grammylog - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+2
-1
log.js

@@ -17,3 +17,3 @@ /*!

async function log(ctx) {
async function log(ctx, next) {
const from = ctx.from;

@@ -27,4 +27,5 @@ const name =

);
await next();
}
bot.use(log);
{
"name": "grammylog",
"version": "1.0.2",
"version": "1.0.3",
"description": "Logging plugin for the grammY framework!",

@@ -5,0 +5,0 @@ "directories": {

@@ -42,3 +42,3 @@ # grammYLog

3. Rename example.env to .env and provide bot token.
3. Rename .env.example to .env and provide bot token.

@@ -45,0 +45,0 @@ </details>