Skip to content

Commit

Permalink
config.py
Browse files Browse the repository at this point in the history
Signed-off-by: Wildan  <155066169+Muhamadwildan018@users.noreply.github.com>
  • Loading branch information
Muhamadwildan018 authored Jan 22, 2024
1 parent e4c8cb5 commit 4196c30
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@


START_IMG_URL = getenv(
"START_IMG_URL", "https://telegra.ph//file/cc3e25abe2c92af4e784c.jpg"
"START_IMG_URL", "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
)
PING_IMG_URL = getenv(
"PING_IMG_URL", "https://telegra.ph//file/cc3e25abe2c92af4e784c.jpg"
"PING_IMG_URL", "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
)
PLAYLIST_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
STATS_IMG_URL = "https://telegra.ph//file/cc3e25abe2c92af4e784c.jpg"
TELEGRAM_AUDIO_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
TELEGRAM_VIDEO_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
STREAM_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
SOUNCLOUD_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
YOUTUBE_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
PLAYLIST_IMG_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
STATS_IMG_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
TELEGRAM_AUDIO_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
TELEGRAM_VIDEO_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
STREAM_IMG_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
SOUNCLOUD_IMG_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
YOUTUBE_IMG_URL = "https://telegra.ph//file/184d77a1d89187d6c9444.jpg"
SPOTIFY_ARTIST_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
SPOTIFY_ALBUM_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
SPOTIFY_PLAYLIST_IMG_URL = "https://telegra.ph//file/ce83f87bc1ea1c3510ae2.jpg"
Expand Down

0 comments on commit 4196c30

Please sign in to comment.