fix text
This commit is contained in:
parent
c3bccf0c71
commit
6cc712e3b6
@ -17,5 +17,5 @@ def update():
|
|||||||
if not users:
|
if not users:
|
||||||
continue
|
continue
|
||||||
user = random.choice(users)
|
user = random.choice(users)
|
||||||
bot.send_message(chat['chat_id'], f"Как говорится, кто молчит - тот трансвестит, а трансвестит сегодня - @{user['username']}")
|
bot.send_message(chat['chat_id'], f"В этом чате давно не было активности, а как говорится, кто молчит - тот трансвестит, а трансвестит сегодня - @{user['username']}")
|
||||||
sleep(client.get_config('updater')['seconds_delay'])
|
sleep(client.get_config('updater')['seconds_delay'])
|
||||||
|
Loading…
Reference in New Issue
Block a user