Skip to content

Commit

Permalink
' -> "
Browse files Browse the repository at this point in the history
  • Loading branch information
luk1337 committed Oct 30, 2024
1 parent 03ebfeb commit 7b36927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/caf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def fetch_tags(self):

embed = discord.Embed(title="New tag spotted", url=f"{value['url']}/-/tree/{new_tag}")
embed.add_field(name="Tag", value=new_tag, inline=False)
embed.add_field(name="URL", value=value['url'], inline=False)
embed.add_field(name="URL", value=value["url"], inline=False)
await self.channel.send(embed=embed)

self.redis.lset("caf-fetch:tracked", key, json.dumps({
Expand Down

0 comments on commit 7b36927

Please sign in to comment.