Skip to content

Commit

Permalink
Fix typo in /xkcd command
Browse files Browse the repository at this point in the history
- Links now appear properly.
  • Loading branch information
KazWolfe committed Nov 10, 2019
1 parent 6947096 commit 83f250f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Fun.py
Expand Up @@ -561,7 +561,7 @@ async def get_random_comic():
"full experience.", inline=False)

if comic.get('link'):
embed.add_field(name="Extra Link", value=f"[Go! >]({comic.get('link')}]", inline=False)
embed.add_field(name="Extra Link", value=f"[Go! >]({comic.get('link')})", inline=False)

await ctx.send(embed=embed)

Expand Down

0 comments on commit 83f250f

Please sign in to comment.