Skip to content

Commit

Permalink
Merge pull request #73 from Liikt/master
Browse files Browse the repository at this point in the history
fix: weeb stuff
  • Loading branch information
Fumenoid authored Dec 7, 2023
2 parents 478cbcd + e0b85e3 commit 988402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JHDBot/cogs/veteran.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ async def cat(self, ctx):
async with session.get('https://api.thecatapi.com/api/images/get?format=json') as response:
html = json.loads(await response.text())
emb = discord.Embed(description=f'Kato <3', colour=0x3CFF4C)
emb.set_footer(text=f"Cute isn't it/kawai deso ?")
emb.set_footer(text=f"Cute isn't it/kawaii da ne?")
emb.set_image(url=(html[0]["url"]))
await ctx.send(embed=emb)
else:
Expand Down

0 comments on commit 988402b

Please sign in to comment.