From efce675c1b2fbb0aab1901f77c431598cfa81597 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:52:56 +0200 Subject: [PATCH] Update bot.py --- nostr_dvm/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/bot.py b/nostr_dvm/bot.py index 7c73cdd..0e870f7 100644 --- a/nostr_dvm/bot.py +++ b/nostr_dvm/bot.py @@ -143,7 +143,7 @@ class Bot: index = int(split[0]) - 1 # if user sends index info, e.g. 1 info, we fetch the nip89 information and reply with it. if len(split) > 1 and split[1].lower() == "info": - answer_nip89(nostr_event, index) + answer_nip89(nostr_event, index, giftwrap, sender) # otherwise we probably have to do some work, so build an event from input and send it to the DVM else: task = self.dvm_config.SUPPORTED_DVMS[index].TASK