-
Any way to use on_member_join ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It's an event, here's an example inside of @bot.listen("on_member_join)
async def any_event_name(member):
# do whatever you want now Read the original discord.py docs about This event isn't specific to discord.py-self, but rather to the original DPY. Please read the docs of both libraries before starting a discussion. |
Beta Was this translation helpful? Give feedback.
-
on_member_* events are complicated. They'll be coming in some form in 2.0. Read https://discordpy-self.readthedocs.io/en/rebase/migrating.html if you want to learn more. |
Beta Was this translation helpful? Give feedback.
-
The Telegram in #221 has new information on guild members. |
Beta Was this translation helpful? Give feedback.
on_member_* events are complicated. They'll be coming in some form in 2.0.
Read https://discordpy-self.readthedocs.io/en/rebase/migrating.html if you want to learn more.