We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6562e commit 654cb1eCopy full SHA for 654cb1e
cogs/strike.py
@@ -925,6 +925,8 @@ async def get_strikes( # type: ignore[misc]
925
required=True,
926
parameter_name="str_strike_member_id",
927
)
928
+ @CommandChecks.check_interaction_user_has_committee_role
929
+ @CommandChecks.check_interaction_user_in_main_guild
930
async def decrement_strikes( # type: ignore[misc]
931
self, ctx: "TeXBotApplicationContext", str_strike_member_id: str
932
) -> None:
0 commit comments