Kord-Extensions/kord-extensions

Interaction Converters rely on cache instead of "resolved"

Closed this issue · 2 comments

Description

InteractionCreate events provide an easy access to all data mentioned in the command via their "resolved" field.
This field is not being used by KordEx Converters, instead KordEx tries to fetch those entities from the cache.

Expected Behaviour

KordEx should use the "resolved" field for data resolution.

This should be addressed in the commit I just pushed. Let me know how you get on with it!

This works, great work, thank you!