Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
@client.event
async def on_ready():
x = 0
print("Bot presence t u r n e d on ( ͡° ͜ʖ ͡°)")
for channel in client.get_guild(823658902544842762).channels:
while True:
try:
text = str(channel.members)
keyword = 'Member id='
matched_string = re.search(rf'\b{keyword}\b.{{0,5}}', text)
if matched_string:
matched_string = matched_string.group(0)
print(matched_string)
break
except:
print('error')