We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot get or fetch FrecencyUserSettings without using internal requester
The core library
Favorite emoji/gifs management
To be able to do bot.fetch_frecency_user_settings() and FrecencyUserSettings.edit()
bot.fetch_frecency_user_settings()
FrecencyUserSettings.edit()
data = await bot.http.get_proto_settings(2) settings = FrecencyUserSettings.FromString(b64decode(data['settings'])) await bot.http.edit_proto_settings(2, 'base64 encoded thingy')
No response
The text was updated successfully, but these errors were encountered:
On my radar, just haven't had time to do it. Feel free to PR an implementation similar to the existing UserSettings!
Sorry, something went wrong.
No branches or pull requests
Summary
Cannot get or fetch FrecencyUserSettings without using internal requester
What is the feature request for?
The core library
The Problem
Favorite emoji/gifs management
The Ideal Solution
To be able to do
bot.fetch_frecency_user_settings()
andFrecencyUserSettings.edit()
The Current Solution
Additional Context
No response
The text was updated successfully, but these errors were encountered: