From e09a39d4347903f3ac79810a56ab0a99a97a5148 Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 19 Sep 2021 13:43:45 +0300 Subject: [PATCH] fix (Rent): Typo with format arg order. --- bot/modules/renting/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) )