diff --git a/bot/modules/renting/commands.py b/bot/modules/renting/commands.py index 9e0c4567..8584cbdf 100644 --- a/bot/modules/renting/commands.py +++ b/bot/modules/renting/commands.py @@ -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, ) )