Browse Source

BETTER LOOKING FROG TIPS

tags/v1.4.1
Roxie Gibson 6 years ago
parent
commit
4411dafd32
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      cogs/fun.py

+ 0
- 1
cogs/fun.py View File

@@ -140,7 +140,6 @@ class Fun:
tip = random.choice(croak.json()["tips"])
embed = discord.Embed(title="Frog Tip #{}".format(tip["number"]), description=tip["tip"], colour=discord.Colour(0x4C943D))
embed.set_author(name="HOW TO OPERATE YOUR FROG")
embed.set_image(url="https://frog.tips/static/frog.png")
embed.set_footer(text="https://frog.tips")
return await ctx.send(embed=embed)


Loading…
Cancel
Save