diff --git a/.github/ISSUE_TEMPLATE/bug-reports.md b/.github/ISSUE_TEMPLATE/bug-reports.md deleted file mode 100644 index 4d4a19c..0000000 --- a/.github/ISSUE_TEMPLATE/bug-reports.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -name: Bug reports -about: Submit bug reports and help us improve. -title: "[BUG REPORT]" -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -Run command "...." to "..." - -**Expected behavior** -A clear and concise description of what you expected to happen, or what the plugin was intended to be doing. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Versions (please complete the following information):** - - Ultroid Version: [e.g. 0.0.8] - - pyUltroid Version: -(these can be found in the first line of your logs.) - -**Client Used (please complete the following information):** - - Device: [eg: Phone, PC] - - Client: [eg: Telegram Official (from PlayStore), TelegramX, ...] - -**Additional context** -Add any other context about the problem here. diff --git a/README.md b/README.md index 0e6a794..0227e48 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,11 @@ [![Size](https://img.shields.io/github/repo-size/TeamUltroid/Ultroid?style=flat-square&color=green)](https://github.com/TeamUltroid/Ultroid/) [![Python](https://img.shields.io/badge/Python-v3.9-blue)](https://www.python.org/) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/TeamUltroid/Ultroid/graphs/commit-activity) +[![Docker Pulls](https://img.shields.io/docker/pulls/programmingerror/ultroid?style=flat-square)](https://img.shields.io/docker/pulls/programmingerror/ultroid?style=flat-square) [![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/TeamUltroid/Ultroid) [![Contributors](https://img.shields.io/github/contributors/TeamUltroid/Ultroid?style=flat-square&color=green)](https://github.com/TeamUltroid/Ultroid/graphs/contributors) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com) -[![License](https://img.shields.io/badge/License-AGPL-blue)](https://github.com/TeamUltroid/Ultroid/blob/main/LICENSE) +[![License](https://img.shields.io/badge/License-AGPL-blue)](https://github.com/TeamUltroid/Ultroid/blob/main/LICENSE) [![Sparkline](https://stars.medv.io/Teamultroid/Ultroid.svg)](https://stars.medv.io/TeamUltroid/Ultroid) ---- @@ -36,7 +37,7 @@ ## Deploy to Heroku Get the [Necessary Variables](#Necessary-Variables) and then click the button below! -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2F1Danish-00%2FUltroid-1) ## Deploy Locally - [Traditional Method](#local-deploy---traditional-method) diff --git a/package.json b/package.json index b75a025..e957853 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dotenv": "^8.2.0", "envalid": "^7.0.0", "redis": "^3.0.2", - "telegraf": "^4.3.0", + "telegraf": "^4.4.0", "tgcalls": "^0.1.2", "ws": "^7.4.6" }, @@ -26,7 +26,7 @@ "@types/ws": "^7.4.0", "nodemon": "^2.0.7", "ts-node": "^9.1.1", - "typegram": "^3.1.9", + "typegram": "^3.4.0", "typescript": "^4.1.3" } }