mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
feat(channel): add Discord channel
This commit is contained in:
@@ -2952,6 +2952,14 @@ class ChannelsHandler:
|
||||
{"key": "slack_app_token", "label": "App Token (xapp-)", "type": "secret"},
|
||||
],
|
||||
}),
|
||||
("discord", {
|
||||
"label": {"zh": "Discord", "en": "Discord"},
|
||||
"icon": "fa-discord",
|
||||
"color": "indigo",
|
||||
"fields": [
|
||||
{"key": "discord_token", "label": "Bot Token", "type": "secret"},
|
||||
],
|
||||
}),
|
||||
])
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user