-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsts.py
More file actions
35 lines (22 loc) · 1.02 KB
/
consts.py
File metadata and controls
35 lines (22 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
WELCOME_MESSAGE = '''Hi,
A Simple Telegram Bot That Lets You Download Tracks From Spotify And YouTube!
Supports Downloading Tracks, Albums, Playlists, Artists! 🎧📱💿'''
ARTISTS_MESSAGE = '''Please send the name of the artist like this: Artist Name'''
SINGLE_MESSAGE = '''Please send the name of the song like this:
Song Name
or for better search, use this format:
Song Name - Artist Name'''
ALBUM_MESSAGE = '''Please send the name of the album like this:
Album Name
or for better search, use this format:
Album Name - Artist Name'''
NOT_FOUND_STICKER = 'CAACAgQAAxkBAAIFSWBF_m3GHUtZJxQzobvD_iWxYVClAAJuAgACh4hSOhXuVi2-7-xQHgQ'
NOT_IN_DB = '❌💾 Song is not in database, this might take longer'
DOWNLOADING = 'downloading...'
UPLOADING = 'uploading...'
PROCESSING = 'processing...'
ALREADY_IN_DB = '💾already in database'
NO_LYRICS_FOUND = '❌No lyrics found'
SONG_NOT_FOUND = '❌Song Not Found'
ALBUM_HAS_SENT_SUCCESSFULLY = '🎧album sent!'
PLAYLIST_HAS_SENT_SUCCESSFULLY = '🎧playlist first 50 songs has sent!'