From 1e56a84a4cfc19e8b69fd6549f62392fab1680b4 Mon Sep 17 00:00:00 2001 From: t3xhno Date: Tue, 6 Feb 2024 21:05:02 +0100 Subject: [PATCH] Added required positional argument placeholder --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 556c6a5..9884e5d 100644 --- a/functions.py +++ b/functions.py @@ -5,7 +5,7 @@ def processmsg(msg, rcpt): if "youtube.com/watch" in msg: return msg.replace("youtube.com", "iv.datura.network") elif msg.startswith("!"): - return command(msg) + return command(msg, "") elif "good bot" in msg: return "^_^"