Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
- Added donate link
- Update Python
  • Loading branch information
breakdowns authored Jun 1, 2021
1 parent 95f80c1 commit ae2fa38
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 9 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
![Slam](https://telegra.ph/file/db03910496f06094f1f7a.jpg)
# deegram
Telegram bot to download music from Deezer powered by [deethon](https://github.com/deethon)
# deploy
# Deegram
![GitHub Repo stars](https://img.shields.io/github/stars/breakdowns/deegram)
![GitHub forks](https://img.shields.io/github/forks/breakdowns/deegram)
![GitHub issues](https://img.shields.io/github/issues/breakdowns/deegram)
![GitHub pull requests](https://img.shields.io/github/issues-pr/breakdowns/deegram)
![GitHub contributors](https://img.shields.io/github/contributors/breakdowns/deegram)
![GitHub repo size](https://img.shields.io/github/repo-size/breakdowns/deegram)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/breakdowns/deegram)

> Telegram Bot to download music from Deezer powered by [deethon](https://github.com/deethon)
# Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
# credits

# Credits
- [aykxt](https://github.com/aykxt) for deethon
- [Lonami](https://github.com/Lonami) for telethon
10 changes: 6 additions & 4 deletions deegram/utils/translate.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
VERSION = "0.2.2"
CREATOR = "@hafitzXD"
BOT_NAME = "Deezfitz"
DONATE = "https://paypal.me/hafitzsetya1"
WELCOME_MSG = (
f"🎶🎵 Welcome to {BOT_NAME} 🎵🎶\n\n"
"Click /help for more information."
)
INFO_MSG = (
f"👤 Creator: {CREATOR}\n"
f"ℹ Version: {VERSION}"
f"ℹ Version: {VERSION}\n"
f"🍩 Donate: {DONATE}"
)
STATS_MSG = (
"**Bot Uptime:** {}\n"
Expand All @@ -21,13 +23,13 @@
"**DISK:** {}"
)
HELP_MSG = (
"Search by album or track or just send me a Deezer track or album link and I will download it for you 🙂\n\n"
"Search by Album or Track or just send me a Deezer Track or Album link and I will download it for you 🙂\n\n"
"**List of all commands:**\n"
"/start - Get the welcome message\n"
"/help - Get this message\n"
"/settings - Change your preferences\n"
"/info - Get some useful information about the bot\n"
"/stats - Get some statistics about the bot\n"
"/info - Get some useful information about the Bot\n"
"/stats - Get some statistics about the Bot\n"
)
DOWNLOAD_MSG = "Downloading…"
UPLOAD_MSG = "Uploading…"
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python-3.9.3
python-3.9.5

0 comments on commit ae2fa38

Please sign in to comment.