Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
- Update telegraf to 4.4
- Update deploy button for a temporary bypass (heroku bad)

Co-authored-by: Danish <[email protected]>
Co-authored-by: New-dev0 <[email protected]>
  • Loading branch information
3 people committed Jul 2, 2021
1 parent 9fd07ca commit 71fddc8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 37 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug-reports.md

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

----
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
}
}

0 comments on commit 71fddc8

Please sign in to comment.