else:
@commands.cooldown(1, 7200, type = BucketType.member)
async def repp(self, usr):
cur.execute(f"UPDATE users SET rep = rep + 1 WHERE id = {usr}")
conn.commit()
await repp(self, usr = member.id)
Для начала вам нужно прочитать файл, перед тем как итерировать его строки, делается это с read_file = f.read().split('\n')
for line in f