Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
chore: bump libs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Jun 27, 2024
1 parent 489d914 commit 0f9d40c
Show file tree
Hide file tree
Showing 79 changed files with 473 additions and 399 deletions.
20 changes: 10 additions & 10 deletions WinxMusic/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

async def init():
if (
not config.STRING1
and not config.STRING2
and not config.STRING3
and not config.STRING4
and not config.STRING5
and not config.STRING6
and not config.STRING7
and not config.STRING8
and not config.STRING9
and not config.STRING10
not config.STRING1
and not config.STRING2
and not config.STRING3
and not config.STRING4
and not config.STRING5
and not config.STRING6
and not config.STRING7
and not config.STRING8
and not config.STRING9
and not config.STRING10
):
LOGGER(__name__).error("Assistant client variables not defined, exiting...")
exit()
Expand Down
3 changes: 1 addition & 2 deletions WinxMusic/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from pyrogram.types import BotCommand

import config

from ..logging import LOGGER


Expand Down Expand Up @@ -43,7 +42,7 @@ async def log_bot_start(self):
await self.send_message(
chat_id=config.LOGGER_ID,
text=f"🚀<u><b>➜ {self.mention} Bot iniciado:</b></u>🚀\n\n"
f"ID: <code>{self.id}</code>\nNome: {self.name}\nUsuário: @{self.username}",
f"ID: <code>{self.id}</code>\nNome: {self.name}\nUsuário: @{self.username}",
)
except (errors.ChannelInvalid, errors.PeerIdInvalid):
LOGGER(__name__).error(
Expand Down
Loading

0 comments on commit 0f9d40c

Please sign in to comment.