Merge branch 'rewrite' of StudyLions/StudyLion into rewrite

This commit is contained in:
2023-09-26 06:58:24 +03:00

View File

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