TheExplainthis / ChatGPT-Tinder-Bot

This is a repository that allows you to integrate ChatGPT into Discord.
MIT License
178 stars 244 forks source link

Job "reply_messages (trigger: cron[minute='*/5', second='0'], next run at: 2023-03-19 00:15:00 UTC)" raised an exception #4

Closed mactitane closed 1 year ago

mactitane commented 1 year ago

Hello,

I have another error like this:

Job "reply_messages (trigger: cron[minute='/5', second='0'], next run at: 2023-03-19 00:15:00 UTC)" raised an exception Traceback (most recent call last): File "/home/runner/ChatGPT-Tinder-Bot/venv/lib/python3.10/site-packages/apscheduler/executors/base.py", line 125, in run_job retval = job.func(job.args, **job.kwargs) File "/home/runner/ChatGPT-Tinder-Bot/main.py", line 53, in reply_messages response = chatgpt.get_response(content, "bonjour") TypeError: ChatGPT.get_response() takes 2 positional arguments but 3 were given