File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ async def _check(ctx: "TeXBotApplicationContext") -> bool:
6868 @classmethod
6969 def is_interaction_user_in_main_guild_failure (cls , check : "CheckFailure" ) -> bool :
7070 """Whether the check failed due to the user not being in your Discord guild."""
71- return bool (check .__name__ == cls ._check_interaction_user_in_main_guild .__name__ ) # type: ignore[attr-defined]
71+ return bool (check .__name__ == cls .check_interaction_user_in_main_guild .__name__ ) # type: ignore[attr-defined]
7272
7373 @classmethod
7474 def is_interaction_user_has_committee_role_failure (cls , check : "CheckFailure" ) -> bool :
7575 """Whether the check failed due to the user not having the committee role."""
76- return bool (check .__name__ == cls ._check_interaction_user_has_committee_role .__name__ ) # type: ignore[attr-defined]
76+ return bool (check .__name__ == cls .check_interaction_user_has_committee_role .__name__ ) # type: ignore[attr-defined]
You can’t perform that action at this time.
0 commit comments