give role command #6399
Answered
by
tk421bsod
AmirhN1382
asked this question in
Q&A
give role command
#6399
-
I don't know why but this is not working. |
Beta Was this translation helpful? Give feedback.
Answered by
tk421bsod
Feb 9, 2021
Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
AmirhN1382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
user
is a string. If you want to convert that argument to a Member, use a typehint to discord.Member. (user:discord.Member
) This will attempt to convertuser
to an instance of discord.Member, and this requires the members intent to be enabled, read the docs for intents for more information.