Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions userbot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down