-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
forcing http in get() function returns the cache if there is one.
List the steps.
- get member:
member: interactions.Member = await di.get(client=bot, obj=interactions.Member, parent_id=ctx.guild_id, object_id=ctx.author.id._snowflake, force="http") - Add Role to Member via Discord
- get member again
- compare member.role before and after
What you expected.
The rolelists before/after should have difference
What you saw.
Instead the rolelists are the same
What version of the library did you use?
release
Version specification
No response
Code of Conduct
- I agree to follow the contribution requirements.
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working