refactor: remove unavailable channels

This commit is contained in:
zhayujie
2026-03-16 11:05:45 +08:00
parent ba915f2cc0
commit c4b5f7fbae
45 changed files with 8 additions and 6173 deletions

View File

@@ -6,7 +6,7 @@ from common.log import logger
try:
import pysilk
except ImportError:
logger.debug("import pysilk failed, wechaty voice message will not be supported.")
logger.debug("import pysilk failed, silk voice format will not be supported.")
try:
from pydub import AudioSegment