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

Commit ae2fa38

Browse files
authored
v0.2.3
- Added donate link - Update Python
1 parent 95f80c1 commit ae2fa38

3 files changed

Lines changed: 22 additions & 9 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
![Slam](https://telegra.ph/file/db03910496f06094f1f7a.jpg)
2-
# deegram
3-
Telegram bot to download music from Deezer powered by [deethon](https://github.com/deethon)
4-
# deploy
2+
# Deegram
3+
![GitHub Repo stars](https://img.shields.io/github/stars/breakdowns/deegram)
4+
![GitHub forks](https://img.shields.io/github/forks/breakdowns/deegram)
5+
![GitHub issues](https://img.shields.io/github/issues/breakdowns/deegram)
6+
![GitHub pull requests](https://img.shields.io/github/issues-pr/breakdowns/deegram)
7+
![GitHub contributors](https://img.shields.io/github/contributors/breakdowns/deegram)
8+
![GitHub repo size](https://img.shields.io/github/repo-size/breakdowns/deegram)
9+
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/breakdowns/deegram)
10+
11+
> Telegram Bot to download music from Deezer powered by [deethon](https://github.com/deethon)
12+
13+
# Deploy
514
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
6-
# credits
15+
16+
# Credits
717
- [aykxt](https://github.com/aykxt) for deethon
18+
- [Lonami](https://github.com/Lonami) for telethon

deegram/utils/translate.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
VERSION = "0.2.2"
22
CREATOR = "@hafitzXD"
33
BOT_NAME = "Deezfitz"
4+
DONATE = "https://paypal.me/hafitzsetya1"
45
WELCOME_MSG = (
56
f"🎶🎵 Welcome to {BOT_NAME} 🎵🎶\n\n"
67
"Click /help for more information."
78
)
89
INFO_MSG = (
910
f"👤 Creator: {CREATOR}\n"
10-
f"ℹ Version: {VERSION}"
11+
f"ℹ Version: {VERSION}\n"
12+
f"🍩 Donate: {DONATE}"
1113
)
1214
STATS_MSG = (
1315
"**Bot Uptime:** {}\n"
@@ -21,13 +23,13 @@
2123
"**DISK:** {}"
2224
)
2325
HELP_MSG = (
24-
"Search by album or track or just send me a Deezer track or album link and I will download it for you 🙂\n\n"
26+
"Search by Album or Track or just send me a Deezer Track or Album link and I will download it for you 🙂\n\n"
2527
"**List of all commands:**\n"
2628
"/start - Get the welcome message\n"
2729
"/help - Get this message\n"
2830
"/settings - Change your preferences\n"
29-
"/info - Get some useful information about the bot\n"
30-
"/stats - Get some statistics about the bot\n"
31+
"/info - Get some useful information about the Bot\n"
32+
"/stats - Get some statistics about the Bot\n"
3133
)
3234
DOWNLOAD_MSG = "Downloading…"
3335
UPLOAD_MSG = "Uploading…"

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-3.9.3
1+
python-3.9.5

0 commit comments

Comments
 (0)