Fix whitespace

This commit is contained in:
Marc Di Luzio 2024-08-13 13:55:55 +01:00
parent 57ee32b140
commit 6f3a185654

View file

@ -124,7 +124,6 @@ async def list(interaction: discord.Interaction):
msg += f"\nNext scheduled for {date_str} at {hour:02d}:00"
msg += f" with {min} members per group"
await interaction.response.send_message(msg, ephemeral=True, silent=True)