Skip to content

Commit

Permalink
trailing space remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootGan committed Apr 2, 2024
1 parent 3a3cc53 commit a90f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cogs/badura_cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ async def get_last_rebuke(self, interaction: discord.Interaction) -> None:
last_rebuke_time = datetime.strptime(last_rebuke, "%Y-%m-%d %H:%M:%S")
time_difference = datetime.now() - last_rebuke_time
await interaction.response.send_message(
f"""Ostatnie wypomnienie było {time_difference.days} dni, {time_difference.seconds // 3600}
f"""Ostatnie wypomnienie było {time_difference.days} dni, {time_difference.seconds // 3600}
godzin i {time_difference.seconds % 3600 // 60} minut temu."""
)

0 comments on commit a90f71a

Please sign in to comment.