35 lines
816 B
JSON
Executable File
35 lines
816 B
JSON
Executable File
{
|
|
"name": "webmasterskaya/tbc-remove-join-messages",
|
|
"type": "library",
|
|
"description": "Telegram bot command for remove join messages ",
|
|
"keywords": [
|
|
"telegram",
|
|
"bot",
|
|
"join message",
|
|
"leave message"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/webmasterskaya/tbc-remove-join-messages",
|
|
"support": {
|
|
"issues": "https://github.com/webmasterskaya/tbc-remove-join-messages/issues",
|
|
"source": "https://github.com/webmasterskaya/tbc-remove-join-messages"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Artem Vasilev aka kernusr",
|
|
"email": "kern.usr@gmail.com",
|
|
"homepage": "https://webmasterskaya.xyz/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4|^8.0",
|
|
"longman/telegram-bot": "^0.79.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmasterskaya\\TelegramBotCommands\\": "src"
|
|
}
|
|
}
|
|
}
|