WIP: Moderation type registry #26

Closed
cswimr wants to merge 146 commits from aurora-3rd-party 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)