diff --git a/README.md b/README.md index 565bf1a..5521c8c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/deegram/utils/translate.py b/deegram/utils/translate.py index 5e9ca5f..4e7b0b8 100644 --- a/deegram/utils/translate.py +++ b/deegram/utils/translate.py @@ -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" @@ -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…" diff --git a/runtime.txt b/runtime.txt index 5e43501..e19f0bb 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.9.3 +python-3.9.5