Skip to content
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

Made self-deafens unable to @everyone in modlogs #55

Merged
merged 8 commits into from Dec 8, 2017

Conversation

tweirtx
Copy link
Member

@tweirtx tweirtx commented Dec 1, 2017

No description provided.

@tweirtx
Copy link
Member Author

tweirtx commented Dec 1, 2017

Copy link
Member

@open-sourceress open-sourceress left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good for selfdeafens. It might as well go for every other command as well.

@tweirtx
Copy link
Member Author

tweirtx commented Dec 2, 2017

After discussion, we're just gonna make modlogging one huge function that handles everything automatically

@tweirtx tweirtx dismissed open-sourceress’s stale review December 4, 2017 06:18

Cleaning applied to all commands by making modlogging a callable function

open-sourceress
open-sourceress previously approved these changes Dec 7, 2017
Copy link
Collaborator

@LeoPiGuy LeoPiGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright not sure if this is just OCD talking, an actual problem, or nothing but I did notice a slight inconsistency with how you call modlogger(). Sometimes it is await self.modlogger(ctx=ctx, action="banned", target=user_mentions, reason=reason) and sometimes it is await self.modlogger(ctx, "unbanned", user_mentions, reason) If it is in fact nothing worth changing then just let me know and ill change my review. Otherwise, looks great!

Copy link
Collaborator

@LeoPiGuy LeoPiGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good!

@tweirtx tweirtx merged commit 5e8451d into FRCDiscord:master Dec 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants