Spaces:
Build error
Build error
Update code4.py
Browse files
code4.py
CHANGED
|
@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
|
|
| 14 |
|
| 15 |
client = TelegramClient("my_bot", api_id, api_hash).start(bot_token=bot_token)
|
| 16 |
|
| 17 |
-
links = ['https://t.me/+AiYPUMktDuM5NTQ1', 'https://t.me/+BF0KKVRO--JjYzI1', 'https://t.me/+59ACyg7MTWk3Yjg1', 'https://t.me/+
|
| 18 |
|
| 19 |
@client.on(events.NewMessage)
|
| 20 |
async def handle_new_message(event):
|
|
|
|
| 14 |
|
| 15 |
client = TelegramClient("my_bot", api_id, api_hash).start(bot_token=bot_token)
|
| 16 |
|
| 17 |
+
links = ['https://t.me/+AiYPUMktDuM5NTQ1', 'https://t.me/+BF0KKVRO--JjYzI1', 'https://t.me/+59ACyg7MTWk3Yjg1', 'https://t.me/+wIHlZL1ugTcyN2Jl']
|
| 18 |
|
| 19 |
@client.on(events.NewMessage)
|
| 20 |
async def handle_new_message(event):
|