2.0.0.dev117 (2023-03-06)
Breaking Changes
- Remove previously deprecated functionality:
delete_message_daysparameter forbanmethods. (#1496)
typecan no-longer be specified while initialisehikari.impl.special_endpoints.TextSelectMenuBuilderandhikari.impl.special_endpoints.ChannelSelectMenuBuilder.
hikari.api.special_endpoints.SelectOptionBuilderno-longer inherits fromhikari.api.special_endpoints.ComponentBuilder(but it still has abuildmethod). (#1509)
Features
- Pre-maturely fetch the public key if not present when starting an interaction server. (#1423)
- Add and document the new
SUPPRESS_NOTIFICATIONSmessage flag. (#1504) hikari.impl.special_endpoints.ChannelSelectMenuBuilderandhikari.impl.special_endpoints.TextSelectMenuBuilderare now both exported directly onhikari.impl. (#1508)typeproperty to the component builders. (#1509)- Traits now use
abc.abstractmethod. This gives better type errors. (#1516) token_typenow defaults to"Bot"when initialisingRESTBotwith a string token. (#1527)