fix (Rent): Typo with format arg order.

This commit is contained in:
2021-09-19 13:43:45 +03:00
parent 1a8a50538d
commit e09a39d434

View File

@@ -196,7 +196,7 @@ async def cmd_rent(ctx):
"friends by mentioning them with this command! (Rooms cost `{}` LionCoins.)\n"
"`{}rent @user1 @user2 ...`".format(
ctx.guild_settings.rent_member_limit.value,
ctx.best_prefix,
ctx.guild_settings.rent_room_price.value,
ctx.best_prefix,
)
)