Skip to content

Release 0.1.5.5

Choose a tag to compare

@stefanlight8 stefanlight8 released this 27 May 16:38
· 89 commits to main since this release
a178dec

Removed

  • Static directory has been removed from the project structure.

Fixed

  • Client class:
    • Added a return statement after sending a response to prevent the callback from being used twice.
    • Implemented __slots__ for memory optimization. Note: Implementations inheriting from the base Client class will not automatically inherit __slots__.
  • InteractionContext class:
    • Fixed an issue where the ephemeral flag was ignored due to an incorrect if condition.