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

Emergency Staff Alert #48

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Conversation

WitherredAway
Copy link
Contributor

@WitherredAway WitherredAway commented Jan 11, 2024

Additions

  • emergency command for issuing emergency staff alerts
  • emergency ban staff-only command for banning users from issuing emergency staff alerts
  • emergency unban staff-only command for unbanning users banned from issuing emergency staff alerts

Modifications

  • Better error messages for cooldown types other than 'user'

cogs/moderation.py Outdated Show resolved Hide resolved
cogs/moderation.py Show resolved Hide resolved
cogs/moderation.py Outdated Show resolved Hide resolved
cogs/moderation.py Outdated Show resolved Hide resolved
)
alert_embed.add_field(name="Reason", value=reason, inline=False)
view = EmergencyView(ctx)
view.add_item(
Copy link
Member

Choose a reason for hiding this comment

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

can't this button be part of the class?

Copy link
Contributor Author

@WitherredAway WitherredAway Jan 21, 2024

Choose a reason for hiding this comment

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

To my knowledge the only ways are to either 1) clear_items() in the __init__ and then add the buttons manually or 2) Have a separate button subclass for the resolve button and then add them in the __init__ manually. This way felt easier to me but definitely can do one of those two (or any other way i may be unaware of), what do you think?

cogs/moderation.py Outdated Show resolved Hide resolved
@WitherredAway WitherredAway marked this pull request as draft January 21, 2024 20:00
@WitherredAway
Copy link
Contributor Author

Converted to draft until the role mention problem is fixed

@WitherredAway WitherredAway force-pushed the feature/gui-16-emergency-mod-ping branch from b2fe6cd to 25785f5 Compare February 3, 2024 16:19
@WitherredAway WitherredAway marked this pull request as ready for review February 3, 2024 16:20
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.

2 participants