Fixes.
- 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:
33
.github/ISSUE_TEMPLATE/bug-reports.md
vendored
33
.github/ISSUE_TEMPLATE/bug-reports.md
vendored
@@ -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.
|
|
||||||
@@ -12,10 +12,11 @@
|
|||||||
[](https://github.com/TeamUltroid/Ultroid/)
|
[](https://github.com/TeamUltroid/Ultroid/)
|
||||||
[](https://www.python.org/)
|
[](https://www.python.org/)
|
||||||
[](https://github.com/TeamUltroid/Ultroid/graphs/commit-activity)
|
[](https://github.com/TeamUltroid/Ultroid/graphs/commit-activity)
|
||||||
|
[](https://img.shields.io/docker/pulls/programmingerror/ultroid?style=flat-square)
|
||||||
[](https://github.com/TeamUltroid/Ultroid)
|
[](https://github.com/TeamUltroid/Ultroid)
|
||||||
[](https://github.com/TeamUltroid/Ultroid/graphs/contributors)
|
[](https://github.com/TeamUltroid/Ultroid/graphs/contributors)
|
||||||
[](https://makeapullrequest.com)
|
[](https://makeapullrequest.com)
|
||||||
[](https://github.com/TeamUltroid/Ultroid/blob/main/LICENSE)
|
[](https://github.com/TeamUltroid/Ultroid/blob/main/LICENSE)
|
||||||
[](https://stars.medv.io/TeamUltroid/Ultroid)
|
[](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!
|
||||||
|
|
||||||
[](https://heroku.com/deploy)
|
[](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)
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user