Skip to content

Commit

Permalink
Oh come on Erez :p
Browse files Browse the repository at this point in the history
  • Loading branch information
aserper committed Mar 6, 2024
1 parent a19a66d commit f2fe969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ async def __sendMessage(self, messages):
if not isinstance(messages, (list)):
messages = [messages]
for message in messages:
await self.client.send_message("me", message, link_preview=False)
await self.client.send_message("@RocketAlert", message, link_preview=False)

0 comments on commit f2fe969

Please sign in to comment.