-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck querying when @'ing it in Discord #921
Comments
Hi, I will begin looking into this. |
For reference, I'm running this on a Ubuntu VM on Arch Linux, but I don't think that should make a difference. But just to be sure, I will try running it on a Windows 10 Pro VM then Windows 10 natively if that doesn't work either. |
I had the same issue, but for me, it was that the agent would ignore messages with less than 10 characters. And I kept spamming it with "Hi @agent" messages |
I was also doing the same. It seems to work with longer messages than "hi" for me as well! The fact that it doesn't respond to shorter messages is still an issue though. |
The ignore function defines that it should ignore messages with fewer than 10 characters. As discussed with @Kevin-Mok, I am linking the code here so he can close the issue |
Describe the bug
The bot is stuck querying when I "@" it in Discord.
To Reproduce
Initialize
Finished loading
Talking in console
When I "@" it in Discord:
It gets stuck here.
Expected behavior
The bot to respond to me in Discord as it does when I talk to it in the console.
Additional context
The bot has the correct permissions as it has the adminstrator permission:
It was also able to talk once, but I don't know how that happened and it doesn't happen again.
My repository is clean except for
pnpm-lock.yaml
, and my character has thediscord
client andopenai
model.The text was updated successfully, but these errors were encountered: