- Update telegraf to 4.4
- Update deploy button for a temporary bypass (heroku bad)

Co-authored-by: Danish <danish@ultroid.tech>
Co-authored-by: New-dev0 <New-dev0@users.noreply.github.com>
This commit is contained in:
Aditya
2021-07-02 20:59:23 +05:30
parent 9fd07ca718
commit 71fddc8844
3 changed files with 5 additions and 37 deletions

View File

@@ -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.

View File

@@ -12,10 +12,11 @@
[![Size](https://img.shields.io/github/repo-size/TeamUltroid/Ultroid?style=flat-square&color=green)](https://github.com/TeamUltroid/Ultroid/) [![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/) [![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) [![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) [![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) [![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) [![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) [![Sparkline](https://stars.medv.io/Teamultroid/Ultroid.svg)](https://stars.medv.io/TeamUltroid/Ultroid)
---- ----
@@ -36,7 +37,7 @@
## Deploy to Heroku ## Deploy to Heroku
Get the [Necessary Variables](#Necessary-Variables) and then click the button below! 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 ## Deploy Locally
- [Traditional Method](#local-deploy---traditional-method) - [Traditional Method](#local-deploy---traditional-method)

View File

@@ -16,7 +16,7 @@
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"envalid": "^7.0.0", "envalid": "^7.0.0",
"redis": "^3.0.2", "redis": "^3.0.2",
"telegraf": "^4.3.0", "telegraf": "^4.4.0",
"tgcalls": "^0.1.2", "tgcalls": "^0.1.2",
"ws": "^7.4.6" "ws": "^7.4.6"
}, },
@@ -26,7 +26,7 @@
"@types/ws": "^7.4.0", "@types/ws": "^7.4.0",
"nodemon": "^2.0.7", "nodemon": "^2.0.7",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"typegram": "^3.1.9", "typegram": "^3.4.0",
"typescript": "^4.1.3" "typescript": "^4.1.3"
} }
} }