Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
paixlukee committed Feb 14, 2025
1 parent baaa704 commit 90fd7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cogs/shop.py
Original file line number Diff line number Diff line change
Expand Up @@ -1529,7 +1529,7 @@ async def fish(self, ctx):
if not frag:
await self.add_money(ctx.author.id, 120, check_tasks=True)
embed = discord.Embed(color=0x81d1e3, description=f"{ctx.author.mention}, You threw your fishing rod out and received {bbux}120!")
embed.set_thumbnail(url="https://i.ibb.co/wFTfx9bK/New-Piskel-56.png")
embed.set_thumbnail(url="https://i.ibb.co/Jw6v3sy5/Fishing-Rod-Sm.png")
await ctx.send(embed=embed)
else:
if frag == 'agility':
Expand All @@ -1541,7 +1541,7 @@ async def fish(self, ctx):
elif frag == 'ambience':
emoji = '<:AmbienceFragment:1331825947036483675>'
embed2 = discord.Embed(color=0x81d1e3, description=f"{ctx.author.mention}, you threw your fishing rod out and received a {emoji} **Fragment of {frag.capitalize()}**!")
embed2.set_thumbnail(url="https://i.ibb.co/wFTfx9bK/New-Piskel-56.png")
embed2.set_thumbnail(url="https://i.ibb.co/Jw6v3sy5/Fishing-Rod-Sm.png")
await ctx.send(embed=embed2)
else:
rn = rnd(to_fish)
Expand Down Expand Up @@ -1578,7 +1578,7 @@ async def fish(self, ctx):
else:
bmsg = ""
embed = discord.Embed(color=0x81d1e3, description=f"{ctx.author.mention}, You threw your fishing rod out and got **{rn['name']}** which earned you <:BistroBux:1324936072760786964>{money} & {exp} EXP. {bmsg}")
embed.set_thumbnail(url="https://i.ibb.co/wFTfx9bK/New-Piskel-56.png")
embed.set_thumbnail(url="https://i.ibb.co/Jw6v3sy5/Fishing-Rod-Sm.png")
await ctx.send(embed=embed)
if pole_broke:
if award:
Expand Down

0 comments on commit 90fd7e3

Please sign in to comment.