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: try:
await self.send_message( await self.send_message(
type = "text", type="text",
data = f"[command]mute,{user_id},{duration}", data=f"[command]mute,{user_id},{duration}",
# target = target # target = target
) )