Fix replies in dab brain fp

master
Lonami 2019-09-12 17:59:11 +02:00
parent e1648fe3b1
commit 29a47c73bf
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def choser(cmd, pack, blacklist={}):
if x.id not in blacklist
]
await event.respond(file=random.choice(docs))
await event.respond(file=random.choice(docs), reply_to=event.reply_to_msg_id)
choser('brain', 'supermind')