Describe the bug
ChatBot.query() takes 1 positional argument but 2 were given (After most recent update)
Please note i removed the old syntax, i only have a string in the query right now.
To Reproduce
query_result = ChatBot.query(fullmsg)
(Fullmsg is a string)
Expected behavior
Respond like it always did.
Additional context
OS: Debian
PY 3.12
HC Version Newest update released 9hrs ago (0.4.11)
Describe the bug ChatBot.query() takes 1 positional argument but 2 were given (After most recent update) Please note i removed the old syntax, i only have a string in the query right now.
To Reproduce query_result = ChatBot.query(fullmsg) (Fullmsg is a string)
Expected behavior Respond like it always did.
Additional context OS: Debian PY 3.12 HC Version Newest update released 9hrs ago (0.4.11)