Closed HuyaneMatsu closed 2 years ago
ApplicationCommand.__hash__ should work partial instances as well.
ApplicationCommand.__hash__
Produce hash value based on fields which are allowed for partial application commands.
application_commands = [*{*application_commands}]
Write the logic outside the library.
No response
Resolved, coming next update.
Summary
ApplicationCommand.__hash__
should work partial instances as well.Ideal Solution
Produce hash value based on fields which are allowed for partial application commands.
Use case code
Alternative solutions
Write the logic outside the library.
Additional Context
No response