-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop bot from adding participant role to itself #250
Comments
Hi! This would be my first issue, so I'm a little unfamiliar with the procedures. |
Hi, I'll assign this issue to you. |
I see! I've made a commit where I added checks to on_tag_create, on_tag_edit and on_tag_delete to tell if the user is the bot. As mentioned, I'm unfamiliar with how to test the discord library, but I'm looking forward to your feedback :) |
Hi, you need to create a pull request on this repository for us to be able to review and merge your changes. Thanks. |
I'm not sure why you are editing those events, they are irrelevant to this issue. To test you'll need to set up and run the bot. You can join our discord and talk to our other collaborators, they'll help with getting you set up. https://discord.gg/twt |
Ok, but it looks like I've made a mistake with the last variable. How can I edit the commit first?
I see :/ |
See my comment here for the correct file. |
You can fix any mistakes you make in a new commit, when you create a pull request, any new commits you make will automatically be added to it. |
I've made a pull request! There is a small mistake that I noticed afterwards, and I'm still not quite clear how to amend it (there is a lone "if" statement. Otherwise, please let me know if it's not correct. |
The text was updated successfully, but these errors were encountered: