Skip to content

Commit db141dc

Browse files
more fixes
1 parent df740de commit db141dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cogs/make_member.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ async def _perform_make_member(
8585
False,
8686
(
8787
":information_source: No changes made. "
88-
"You're already a member - why are you trying this again? :information_source:"
88+
"You're already a member - why are you trying this again? "
89+
":information_source:"
8990
),
9091
)
9192

@@ -280,6 +281,7 @@ async def callback(self, interaction: discord.Interaction) -> None:
280281
class OpenMemberVerifyModalView(View):
281282
"""A discord.View containing a button to open a new member verification modal."""
282283

284+
@override
283285
def __init__(self, bot: "TeXBot") -> None:
284286
super().__init__(timeout=None)
285287
self.bot = bot

0 commit comments

Comments
 (0)