From a032693fd101c63f092bd9fc1d46e2c16083be9c Mon Sep 17 00:00:00 2001 From: swagboy19450 <90515986+swagboy19450@users.noreply.github.com> Date: Mon, 13 Sep 2021 18:43:12 +0530 Subject: [PATCH] Update __main__.py --- userbot/__main__.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/userbot/__main__.py b/userbot/__main__.py index eb6e025..79812db 100644 --- a/userbot/__main__.py +++ b/userbot/__main__.py @@ -58,21 +58,21 @@ async def add_bot(bot_token): os.remove(Path(f"userbot/plugins/{shortname}.py")) LOGS.info(f"unable to load {shortname} because of error {e}") -LOGS.info("Copycat spam userbot is officially working.!!!") +LOGS.info("Blaze spam userbot is officially working.!!!") LOGS.info( "Congratulation, now type .ping to see message if bot is live\ - \nIf you need assistance, head to https://t.me/Lovers_Match" + \nIf you need assistance, head to https://t.me/HEART_BEAT_01" ) async def startupmessage(): - await bot(functions.channels.JoinChannelRequest(channel="@Lovers_Match")) + await bot(functions.channels.JoinChannelRequest(channel="@HEART_BEAT_01")) try: if Config.PRIVATE_GROUP_BOT_API_ID != 0: await bot.send_message( Config.PRIVATE_GROUP_BOT_API_ID, "**Congratulation, now type .ping to see message if bot is live\ - \nIf you need assistance, **head to https://t.me/Lovers_Match", + \nIf you need assistance, **head to https://t.me/HEART_BEAT_01", link_preview=False, ) except Exception as e: