mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 13:47:15 +08:00
fix: avoid channel to generate not support reply
This commit is contained in:
@@ -4,9 +4,10 @@ Message sending channel abstract class
|
||||
|
||||
from bridge.bridge import Bridge
|
||||
from bridge.context import Context
|
||||
from bridge.reply import Reply
|
||||
from bridge.reply import *
|
||||
|
||||
class Channel(object):
|
||||
NOT_SUPPORT_REPLYTYPE = [ReplyType.VOICE, ReplyType.IMAGE]
|
||||
def startup(self):
|
||||
"""
|
||||
init channel
|
||||
|
||||
Reference in New Issue
Block a user