Убрал лишний print
This commit is contained in:
@@ -15,5 +15,4 @@ class TgBot:
|
||||
self.bot = Bot(token=self.token)
|
||||
|
||||
async def send_notify(self, text):
|
||||
print(await self.bot.get_me())
|
||||
await self.bot.send_message(self.chat_id, text)
|
||||
|
||||
Reference in New Issue
Block a user