-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ollama Chat Threads #13
Comments
Just found this out while testing out the slash command:
The Client Class found in the discord.js docs lists all of their interactions and brief descriptions of how they work. |
Since we are dealing with channels that are "valid", meaning they are still up and being used, we need a way to store them: I thought about:
|
Just had a thought:
|
Another thing is when a thread is created these appear: Should we clean this up using the bot or should we leave them there. @JT2M0L3Y |
@kevinthedang |
Definitely. |
Extra Stuff
|
Thoughts:
|
Steps to Reproduce
Ideas
threadCreate.ts
. Maybe the same way but instead it is on a new query.threadId
and make sure that it is a parent of this thread is the one in the environment.The text was updated successfully, but these errors were encountered: