forked from Rapptz/discord.py
-
Notifications
You must be signed in to change notification settings - Fork 230
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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() and FrecencyUserSettings.edit()
The Current Solution
data = await bot.http.get_proto_settings(2)
settings = FrecencyUserSettings.FromString(b64decode(data['settings']))
await bot.http.edit_proto_settings(2, 'base64 encoded thingy')Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request