fix(aurora): pass duration in /shortmute
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 1s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 46s

This commit is contained in:
cswimr 2025-02-18 15:03:40 -06:00
parent 248e5d046d
commit 6977647758
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -518,6 +518,7 @@ class Aurora(commands.Cog):
await self.moderate( await self.moderate(
ctx=interaction, ctx=interaction,
target=channel, target=channel,
duration=None,
silent=True, silent=True,
permissions=["manage_channel"], permissions=["manage_channel"],
moderation_type=type_registry["slowmode"], moderation_type=type_registry["slowmode"],