WIP: Moderation type registry #26
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue