Fix TypeError in room rent

- Fixed TypeError occurring when attempting to add an unknown member whilst in the `room rent` interaction
This commit is contained in:
JetRaidz
2023-09-24 23:44:07 +13:00
parent aac560958f
commit a1cd8576f2

View File

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