ShinshiDevs / aurum-hikari

A flexible framework for handling commands and components.
https://shinshidevs.github.io/aurum-hikari/
MIT License
5 stars 1 forks source link

Unstable to main #9

Closed stefanlight8 closed 3 months ago

stefanlight8 commented 3 months ago

delete: static directory fix(Client): return after response, Client was use callback two times, add __slots__, the users' implementation will not have __slots__ from the base class fix(InteractionContext): ephemeral flag was ignored, because of bad if-condition