We can fetch any Discord user's profile info using app creds, so we do not need to rely on a working user session access token and refresh token TODO: - [ ] Rename `services.discord.API.get_user` method to `get_me` or similar - [ ] Implement `get_user(user_id) -> API.User` - [ ] Use the new method in `services.discord.set_avatar`
We can fetch any Discord user's profile info using app creds, so we do not need to rely on a working user session access token and refresh token
TODO:
services.discord.API.get_usermethod toget_meor similarget_user(user_id) -> API.Userservices.discord.set_avatar