Skip to content

Commit 5c119ff

Browse files
committed
update auto-reply plugin
1 parent 3f8e1d1 commit 5c119ff

File tree

1 file changed

+1
-1
lines changed
  • src/wechaty_plugin_contrib/contrib/auto_reply_plugin

1 file changed

+1
-1
lines changed

src/wechaty_plugin_contrib/contrib/auto_reply_plugin/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@dataclass
2929
class AutoReplyRule:
3030
keyword: str
31-
reply_content: Union[str, FileBox, Contact, Message]
31+
reply_content: Union[str, FileBox, Contact, Message, ]
3232

3333

3434
@dataclass

0 commit comments

Comments
 (0)