We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362bb82 commit b9962dfCopy full SHA for b9962df
script/order_bot_program/order_bot.py
@@ -44,6 +44,7 @@ def line_speaker(self, texts,lang='zh-tw'):
44
if self.has_mixer:
45
mixer.music.load('{}.mp3'.format(fp.name))
46
mixer.music.play()
47
+ command_data_dict['bot_reply']=texts
48
print(texts)
49
50
def listener(self):
0 commit comments