mirror of
https://github.com/thedevs-network/the-guard-bot
synced 2025-08-30 21:55:17 +00:00
Log ID in logpresence, add myself to contributors
This commit is contained in:
@@ -20,7 +20,7 @@ function log(ctx, next) {
|
||||
.sendMessage(
|
||||
chats.presenceLog,
|
||||
ctx.message.new_chat_members.map(getUserLink).join(', ') +
|
||||
' #joined ' +
|
||||
'[' + ctx.message.new_chat_members.map(getId) + ']' + ' #joined ' +
|
||||
ctx.chat.title,
|
||||
{
|
||||
parse_mode: 'HTML',
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "the_guard_bot",
|
||||
"version": "1.4.0",
|
||||
"description": "Telegram guard bot to manage network of groups.",
|
||||
"description": "Telegram guard bot to manage a network of groups.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"postversion": "git push --atomic --follow-tags origin develop develop:master",
|
||||
@@ -24,7 +24,8 @@
|
||||
"Pouria Ezzati <pouria@thedevs.network> (https://thedevs.network)",
|
||||
"Wojciech Pawlik <woj.pawlik@gmail.com>",
|
||||
"Muthu Kumar <mkr@feathers.studio> (https://mkr.pw)",
|
||||
"Simon Schürrle (https://sitischu.com)"
|
||||
"Simon Schürrle (https://sitischu.com)",
|
||||
"Martin Rys (https://rys.pw)"
|
||||
],
|
||||
"license": "AGPL-3.0",
|
||||
"bugs": {
|
||||
|
Reference in New Issue
Block a user