Merge pull request #1041 from Allenmylath/patch-20

Update bot.py
This commit is contained in:
Mark Backman
2025-01-22 09:18:19 -05:00
committed by GitHub

View File

@@ -67,8 +67,8 @@ talking_frame = SpriteFrame(images=sprites)
class TalkingAnimation(FrameProcessor): class TalkingAnimation(FrameProcessor):
"""This class starts a talking animation when it receives an first AudioFrame, """This class starts a talking animation when it receives an first BotStartedSpeakingFrame,
and then returns to a "quiet" sprite when it sees a TTSStoppedFrame. and then returns to a "quiet" sprite when it sees a BotStoppedSpeakingFrame.
""" """
def __init__(self): def __init__(self):