good video, easy to follow, everything explained in detail so you can actually understand what u r doing - nice!
@crvasldaasd98503 жыл бұрын
Thank you! one normal youtuber who helped me figure out the reactions
@ExceedCodes3 жыл бұрын
Thank you for watching!
@mayankknirwan3 жыл бұрын
Man im searching for this from like 2 days thanks a lot man 💯
@veerchauhan16163 жыл бұрын
Thank you I was trying hard to do this for 3 days and after find your video
@ExceedCodes3 жыл бұрын
Glad I could help, Hope you enjoy the series, Look forward to a new discord series coming soon with more advance stuff.
@vineesh8053 жыл бұрын
This Tutorial helped me a lot in coding my reaction role bot. Thank You So Much
@lucasgazzana81213 жыл бұрын
thank you dude, I was searching for this a long time
@maximus71843 жыл бұрын
What if I want the user to not be able to perform more than 3 roles?
@smeezy8453 жыл бұрын
Very very well explanation and you earned a sub
@ExceedCodes3 жыл бұрын
Thank you for watching!
@VOYD__3 жыл бұрын
Huge thanks to you my friend, u won a sub :)
@ExceedCodes3 жыл бұрын
Thank you! Hope you enjoy the video :)
@ExceedCodes4 жыл бұрын
Hey guys! Join my Discord server to chat and hang or play with the bot we built discord.gg/QXWn8BZ8Sm
@incognitomodedev3 жыл бұрын
Thanks man deserve a sub!
@Fox282353 жыл бұрын
how to send a message when the roles are added? because ctx doesn't work
@mrigkrafts48593 жыл бұрын
can you tell me how to solve this error: Ignoring exception in on_raw_reaction_add discord.errors.Forbidden: 403 Forbidden (error code: 50013): Missing Permissions Ignoring exception in on_raw_reaction_remove
@mrigkrafts48593 жыл бұрын
it does mean that there is some permission the bot is missing, but when I checked I had given it the admin permission which includes every permission. So still what might be causing this and what must I do for solving it?
@ExceedCodes3 жыл бұрын
I think that it has to do with the positioning of your bot's permission inside of discord itself. The error you are getting is due to your bot trying to assign a role to a user but its positioned lower than said role. I would go to the server the bot is in and got to the server setting, then I would go into Roles and I would move your bot's Role up to the top.
@mrigkrafts48593 жыл бұрын
@@ExceedCodes ok i shall try it and see if it works
@mrigkrafts48593 жыл бұрын
@@ExceedCodes yes now it works absolutely fine after shifting the places. Thanks for the help really!
@novaop62674 жыл бұрын
bro can you pls upload you codes to github? and a suggestion: pls increase the font size :) btw great work
@ExceedCodes3 жыл бұрын
Thank you! That means a lot to me. Later on in the series I increased the size of the code alongside a new style of presenting it. Check it out :)
@novaop62673 жыл бұрын
Yeah! Sure:)
@sqaaq13 жыл бұрын
Thank you very much man! Superb guide. And thx for timestamps! Make more vids :) Don't stop making new videos, I believe in u. And how we can do to have only 1 role from reaction? ex. I have 3 reactions, but I want to give someone only one role. Or I can't do this with bot, and supposed do it yourself w/ my own hands
@ExceedCodes3 жыл бұрын
Mhm so if you want to restrict the user you would have to add an if statement above where you want to add your roles to check if they have any of the other roles
@sqaaq13 жыл бұрын
@@ExceedCodes And if they already have a role, then not give them a new one?
@ExceedCodes3 жыл бұрын
Yup! At least that’s what I assume you wanted to happen,
@sqaaq13 жыл бұрын
@@ExceedCodes Ok, I should try this. Thank you! :)
@x_ragequit3 жыл бұрын
Hello! Everything I did worked, except the role wasn't added. Is there anything I did wrong?
@lolek48723 жыл бұрын
how to do it with nitro emoji? thank you
@lolek48723 жыл бұрын
i do it
@NINJAGAMING-vp4mh2 жыл бұрын
Hi bro, I am facing a error the error is "NameError: name 'ourMessageID' is not defined" do you have any idea on what to do?
@JustinS062 жыл бұрын
Yeah, your ourMessageID variable is not defined.... it literally says in the error.
@matiasramirez70473 жыл бұрын
Hello, I wanted to ask if the "on_raw_reaction_add" and "on_raw_reaction_remove" functions can be used again but with different variables or if they can only be used once.
@ExceedCodes3 жыл бұрын
I would say that It could be used again but you might have to add a check that would look for the specific channel and then act upon the reactions in there which would allow you interact with the emojis else where
@alexandrumarinescu69913 жыл бұрын
Thank you for your video! Unfortunately, after following your example I have an error: "UnboundLocalError: local variable 'role' referenced before assignment" - it is related to the line: "await member.add_roles(role)". I found that it might be missing an "else". Have you met this error while building this specific bot function? Thank you.
@bastien94693 жыл бұрын
Same problem !
@declankivlehan98213 жыл бұрын
how did you get the bot to send the 'Welcome to Exceed' message? I don't see anything in your code.
@ExceedCodes3 жыл бұрын
To get the bot to send something you would do await bot.send(embed=embed)
@0xk4b1r2 жыл бұрын
amazing
@tigran70113 жыл бұрын
thank you bro so much!
@Wiser513 жыл бұрын
got a thumbs up from me but i wouldve really appreciated it if you would’ve put the code in the description
@rezamando3742 жыл бұрын
i need github
@shineliao23993 жыл бұрын
I search the API and didn’t find the guild in payload it just has guild_id Is that any difference or just the discord.py updates
@shineliao23993 жыл бұрын
Oh sorry It just my fault
@ExceedCodes3 жыл бұрын
Hey, Sorry for the late reply was on vacation, so the guild is an attribute of member which itself is apart of the payload. so shorten from what the video showed, it could be payload.member.guild