Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaif-00z authored Dec 17, 2023
1 parent c24b50b commit b0bab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_env_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def auto_maker():
chat_id = await create_channel(client, ch_name)
await asyncio.sleep(3)
await client.edit_admin(
chat_id,
int(chat_id),
username,
post_messages=True,
edit_messages=True,
Expand Down

0 comments on commit b0bab42

Please sign in to comment.