Skip to content

Commit

Permalink
why did i do that then?
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsbirb committed Dec 1, 2024
1 parent 4d1f0b4 commit 0ddbc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cogs/Events/qotd.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def sendqotd(self) -> None:
if not results.get("day"):
day = len(messages)
else:
day += results.get("day")
day = results.get("day")
embed.set_footer(
text=f"Day #{day}",
icon_url="https://cdn.discordapp.com/emojis/1231270156647403630.webp?size=96&quality=lossless",
Expand Down

0 comments on commit 0ddbc9f

Please sign in to comment.