#Hi friend, I have a problem with my welcome system
1 messages ยท Page 1 of 1 (latest)
No
I did tests to see if it worked but it didn't send the message
you want see all my code ?
@thick surge
do you have intents?
oh no
I saw a video but I probably didn't do it well can you explain to me how I do it ?
what is your error?
Yeah all intents should work
can you show the pip list?
where it is ?
Not saying you are stupid, but you are running the bot right?
And that bot is in the guild the member joined in
Ok
? its fine like that ^^
but yes... you spelling it wrong
Yeah that
I changed and still not working
intents=discord.Intents.all()
you also need it at the website
can you tell me what to turn on?
last 3
btw is this a public bot or a private bot for only 1 server
if it's a private bot then turn off 1st, cuz else anyone can add your bot to their server
at the moment it's a test bot, my private bot
good idea to turn of 1 then
all 3
I reset the bot and it still doesn't work
ok now it worked i fixed it I saw in the video that it should be added thank you for helping me I really appreciate it
if you do discord.Intents.all() you dont need the other stuff to add
ok,
do you know how I get the user's picture? I want to do it every time someone enters the server, so their picture will also appear in the embed I made. How do I get it?
@opaque flame
@thick surge
embed.set_image(member.dsiplay_avatar.url)
where can I find all this information because I searched in the pycord docs and I can't find it on YouTube either, there is not much information about pycord can you recommend a good source of information?
the pycord guide is a good start
the rest is mostly the docs tho ngl
hopefully the new docs would make it easier
i havent found many good stuff on yt
yes, there is not much information on youtube.
Oh sorry it's display_avatar
Spelling mistake from my end this time ๐๐
lol
its not work
embed.set_image(member.display_avatar.url)
Well what's the error
Oh that's from a different line
embed.set_footer(text="Your text")
set_image(url=member.....)