WIP: Refactor Aurora (3.0.0) #29

Closed
cswimr wants to merge 382 commits from aurora-pydantic into main
Showing only changes of commit 7f71ca3d6d - Show all commits

View file

@ -1002,7 +1002,7 @@ class Aurora(commands.Cog):
None, None,
None, None,
reason, reason,
metadata={"interval": interval} metadata={"interval": f"{interval} seconds"}
) )
await interaction.edit_original_response(content=f"Slowmode in {channel.mention} has been set to {interval} seconds! (Case `#{moderation.id:,}`)\n**Reason** - `{reason}`") await interaction.edit_original_response(content=f"Slowmode in {channel.mention} has been set to {interval} seconds! (Case `#{moderation.id:,}`)\n**Reason** - `{reason}`")
await log(interaction, moderation.id) await log(interaction, moderation.id)