From a88cbcf97003fb6401f698174b8b4bcc2d914746 Mon Sep 17 00:00:00 2001 From: falconnine9 <63831264+falconnine9@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:49:47 -0600 Subject: [PATCH] Fix previous update --- src/Commands/Earning/invest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Commands/Earning/invest.py b/src/Commands/Earning/invest.py index 95d3ac5c..dc1919a1 100644 --- a/src/Commands/Earning/invest.py +++ b/src/Commands/Earning/invest.py @@ -117,8 +117,7 @@ async def run(bot, msg, conn): timer.new_invest_timer(new_timer, conn) await message.response_edit(sent_msg, interaction, - f"""You invested {amount} {emojis.coin} for {timer.load_time(random_time)} -You can use this command again to see the progress of your investment""", title="Invested", + f"You invested {amount} {emojis.coin} for {timer.load_time(random_time)}", title="Invested", from_reaction=userinfo.settings.reaction_confirm )