Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar4ikov authored Feb 21, 2019
1 parent c16d8b3 commit 0122067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ from discord import Member # Не несёт смысловой нагрузк

async def run(self):
super().run()
@self.client.event
@self.client.listen()
async def on_member_join(member: Member):
print(member.name, "зашёл на сервер!")
```

0 comments on commit 0122067

Please sign in to comment.