WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 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,
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 log(interaction, moderation.id)