Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fix previous update
Browse files Browse the repository at this point in the history
  • Loading branch information
falconnine9 authored Jul 6, 2021
1 parent a565068 commit a88cbcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Commands/Earning/invest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit a88cbcf

Please sign in to comment.