️️
Size: a a a
️️
s
NK
NK
🎄Д
Тᅠ
😇๖
Тᅠ
Тᅠ
😇๖
😇๖
K0
s
Тᅠ
RuntimeError: There is no current event loop in thread 'WorkerThread1'.
@bot.message_handler(regexp='/join\s+(\S+)')
def join_to_channel(message):
channel = re.search( '/join\s+(\S+)', message.text).group(1)
print(channel)
for cli in client_list:
cli(JoinChannelRequest(channel))
time.sleep(2)
Тᅠ
Тᅠ