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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user