From 61b63ebb6d813c13c08a5cc3e3fef9a640bed92c Mon Sep 17 00:00:00 2001 From: Sadew Jayasekara <84616471+Sadew451@users.noreply.github.com> Date: Sat, 7 Aug 2021 22:11:46 -0700 Subject: [PATCH] Update __main__.py --- SDSongBot/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDSongBot/__main__.py b/SDSongBot/__main__.py index 66a9848..af3d046 100644 --- a/SDSongBot/__main__.py +++ b/SDSongBot/__main__.py @@ -13,7 +13,7 @@ 😉 Just send me the song name you want to download.😋 eg:```/song Faded``` -A bot by @Darkridersslk 🇱🇰 +A bot by @SDBotsz 🇱🇰 """ @app.on_message(filters.command("start")) @@ -29,7 +29,7 @@ async def start(client, message): text="Channel 🔊", url="https://t.me/SDbotsz" ), InlineKeyboardButton( - text="Dev 🔥", url="https://t.me/SDBOTz" + text="Dev 🔥", url="https://t.me/Darkridersslk" ) ] ]