This repository was archived by the owner on Jul 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11VERSION = "0.2.2"
22CREATOR = "@hafitzXD"
33BOT_NAME = "Deezfitz"
4+ DONATE = "https://paypal.me/hafitzsetya1"
45WELCOME_MSG = (
56 f"🎶🎵 Welcome to { BOT_NAME } 🎵🎶\n \n "
67 "Click /help for more information."
78)
89INFO_MSG = (
910 f"👤 Creator: { CREATOR } \n "
10- f"ℹ Version: { VERSION } "
11+ f"ℹ Version: { VERSION } \n "
12+ f"🍩 Donate: { DONATE } "
1113)
1214STATS_MSG = (
1315 "**Bot Uptime:** {}\n "
2123 "**DISK:** {}"
2224)
2325HELP_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)
3234DOWNLOAD_MSG = "Downloading…"
3335UPLOAD_MSG = "Uploading…"
Original file line number Diff line number Diff line change 1- python-3.9.3
1+ python-3.9.5
You can’t perform that action at this time.
0 commit comments