rewrite: Various bugfixes.

This commit is contained in:
2023-05-26 09:04:44 +03:00
parent 0f1c534ae2
commit eeff0f5042
8 changed files with 22 additions and 5 deletions

View File

@@ -586,7 +586,7 @@ class RoomCog(LionCog):
t(_p(
'cmd:room_invite|error:member_not_found',
"Could not find the invited member {mention} in this server!"
)).format(member=f"<@{mid}>")
)).format(mention=f"<@{mid}>")
), ephemeral=True
)
return