Skip to content

[BUG] forcing http in get() not working #1065

@Donbur4156

Description

@Donbur4156

Describe the bug.

forcing http in get() function returns the cache if there is one.

List the steps.

  1. 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")
  2. Add Role to Member via Discord
  3. get member again
  4. 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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions