Lazyuser has no attribute "send" #43
Unanswered
ItsRohan0165
asked this question in
Help
Replies: 1 comment 2 replies
-
In my project I use fetch_user, and it always works, including with create_dm and sending private messages. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well this problem occurred to me when I tried this :
for i in list: #list has a list of member id stored
member = self.bot.get_user(i)
await member.send("a message ")
The error returned was : "Lazyuser " has no attribute "send"
Beta Was this translation helpful? Give feedback.
All reactions