big oof
This commit is contained in:
2
bot.py
2
bot.py
@@ -56,7 +56,7 @@ async def _indexer(client, config):
|
||||
start_time = time.time()
|
||||
|
||||
for input_channel in input_channels_entities:
|
||||
async for message in client.iter_messages(input_channel, limit=None, likewhoareverse=True, wait_time=10):
|
||||
async for message in client.iter_messages(input_channel, limit=None, reverse=True, wait_time=10):
|
||||
try:
|
||||
for output_channel in output_channel_entities:
|
||||
# Process attachments
|
||||
|
||||
Reference in New Issue
Block a user