Skip to content

Commit

Permalink
follow pep8
Browse files Browse the repository at this point in the history
bruh. i hate it
  • Loading branch information
danny8376 committed Jul 7, 2023
1 parent 052f51f commit 6daa1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ async def blahaj(self, ctx: KurisuContext, money: float):
"""Displays how much Blahajs you can buy with that money. ($ or €)"""
# blahaj. takes usd or eur
blahaj_link = "https://nintendohomebrew.com/assets/img/blahaj.png"
blahaj_price = 30 # should we handle eur and usd price difference properly?
blahaj_price = 30 # should we handle eur and usd price difference properly?
if money < blahaj_price:
text = "You can't even buy a Blahaj! Get more money, then buy a Blahaj."
elif money // blahaj_price == 1:
Expand Down

0 comments on commit 6daa1f4

Please sign in to comment.