From 223c43b118c449f344ff7862c93b5c7ed6401578 Mon Sep 17 00:00:00 2001 From: ArnabXD Date: Tue, 29 Mar 2022 23:05:16 +0530 Subject: [PATCH] chore: rip memes --- Procfile | 1 - README.md | 6 +++--- app.json | 54 ------------------------------------------------------ 3 files changed, 3 insertions(+), 58 deletions(-) delete mode 100644 Procfile delete mode 100644 app.json diff --git a/Procfile b/Procfile deleted file mode 100644 index 288c38c..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -worker: yarn start \ No newline at end of file diff --git a/README.md b/README.md index 163b93f..66b6e63 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ - VPS/Local : [Tutorial](https://blog.arnabxd.me/deploy-tgvcbot-in-a-ubuntu-vps), [Video](https://www.youtube.com/watch?v=uc5yWBbrssg) -### Memes 🤣: + ## Bot Usage 👨‍💻: @@ -55,7 +55,7 @@ [![Telegram](https://img.shields.io/badge/Join-Telegram-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtOS40MTcgMTUuMTgxLS4zOTcgNS41ODRjLjU2OCAwIC44MTQtLjI0NCAxLjEwOS0uNTM3bDIuNjYzLTIuNTQ1IDUuNTE4IDQuMDQxYzEuMDEyLjU2NCAxLjcyNS4yNjcgMS45OTgtLjkzMWwzLjYyMi0xNi45NzIuMDAxLS4wMDFjLjMyMS0xLjQ5Ni0uNTQxLTIuMDgxLTEuNTI3LTEuNzE0bC0yMS4yOSA4LjE1MWMtMS40NTMuNTY0LTEuNDMxIDEuMzc0LS4yNDcgMS43NDFsNS40NDMgMS42OTMgMTIuNjQzLTcuOTExYy41OTUtLjM5NCAxLjEzNi0uMTc2LjY5MS4yMTh6IiBmaWxsPSIjMDM5YmU1Ii8+PC9zdmc+)](https://t.me/xdbotschat) -## Thanks To 😘: +## Thanks To: - [@cachecleanerjeet](https://github.com/cachecleanerjeet) for [JioSaavn API](https://github.com/cachecleanerjeet/JiosaavnAPI) - Respective devs of all the packages/libraries used. diff --git a/app.json b/app.json deleted file mode 100644 index a1830d2..0000000 --- a/app.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "name": "@ArnabXD/TGVCBot", - "description": "Telegram Bot to Play Music in Voice Chat", - "keywords": [ - "telegram", - "vc", - "music" - ], - "repository": "https://github.com/ArnabXD/TGVCBot", - "logo": "https://telegra.ph/file/dd7933d25477c161b7d52.png", - "success_url": "https://telegram.dog/xdbots", - "env": { - "API_ID": { - "description": "Get API_ID from https://my.telegram.org/apps.", - "required": true - }, - "API_HASH": { - "description": "Get API_HASH from https://my.telegram.org/apps.", - "required": true - }, - "BOT_TOKEN": { - "description": "Bot Token from @BotFather", - "required": true - }, - "LOG_CHANNEL": { - "description": "LOG Channel ID (Make sure bot and VC User are added in the group)", - "required": true - }, - "SESSION": { - "description": "GramJS/Telethon Session of the VC User. https://ssg.rojser.best", - "required": true - }, - "THUMBNAIL": { - "description": "Direct link for default thumbnail (used if audio has no thumbnails).", - "required": false - }, - "MAX_DURATION": { - "description": "Maximum Duration support for Streams (in seconds). Default 36000", - "required": false - }, - "WATERMARK": { - "description": "Text to render on bottom left corner of Banner. Default: `TGVCBot`. (10-14 chars)", - "required": false - } - }, - "buildpacks": [ - { - "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" - }, - { - "url": "heroku/nodejs" - } - ] -} \ No newline at end of file