Skip to content
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

User Preferences Fix #83

Merged
merged 1 commit into from
Jul 11, 2024
Merged

User Preferences Fix #83

merged 1 commit into from
Jul 11, 2024

Conversation

kevinthedang
Copy link
Owner

Fixes

  • Modified interaction.client.user.username to interaction.user.username in certain command files.

Notes

  • Concurrency was tested with this bugfix and the Ollama update seems to work out of the box for use!
  • Please refer to Multi-User Chat Generation #53 for screenshots.

@kevinthedang kevinthedang added the patch Application fixes label Jul 11, 2024
@kevinthedang kevinthedang self-assigned this Jul 11, 2024
Copy link
Collaborator

@JT2M0L3Y JT2M0L3Y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If changing from "client" to "user" as the member for an interaction is what the devs want, then that's what we'll do!

@kevinthedang
Copy link
Owner Author

The reason why we remove "client" is because the client for this interaction is the bot, but we don't want that bots Info. We want the info of the user that performed that interaction.

@JT2M0L3Y

@kevinthedang kevinthedang merged commit 61d3dc4 into master Jul 11, 2024
4 checks passed
@kevinthedang kevinthedang deleted the bugfix-user-preferences branch July 11, 2024 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Application fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Preferences don't change when trying to change them Multi-User Chat Generation
2 participants