Skip to content

Commit

Permalink
Fix fishing bait consumed message
Browse files Browse the repository at this point in the history
  • Loading branch information
iMaxii authored and Iapetus-11 committed Jun 30, 2024
1 parent 14d3235 commit 0e74ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/commands/econ.py
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ async def use_item(self, ctx: Ctx, *, thing):
await ctx.reply_embed(ctx.l.econ.use.fishing_bait_used.format(20))

await asyncio.sleep(duration)
await self.bot.send_embed(ctx.author, ctx.l.econ.use.fishing_bait_used)
await self.bot.send_embed(ctx.author, ctx.l.econ.use.fishing_bait_done)
return

if thing == "vault potion":
Expand Down

0 comments on commit 0e74ddf

Please sign in to comment.