This commit is contained in:
SengokuCola
2025-05-23 15:36:33 +08:00
2 changed files with 3 additions and 3 deletions

View File

@@ -41,8 +41,8 @@ class MuteAction(PluginAction):
try:
await self.send_message(
type = "text",
data = f"[command]mute,{user_id},{duration}",
type="text",
data=f"[command]mute,{user_id},{duration}",
# target = target
)