You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now compatible with Alluka v0.3.0.
Fixed the conflict between internal attributes inherited from Alluka's BaseContext class and internal attributes being explicitly declared by
Tanjun's context classes.
Tanjun's client will now use the "local" Alluka client returned by alluka.local.get if no client is passed and a local Alluka client is set.
Client.get_type_dependency will now raise a KeyError if no dependency is found and no default is passed.
This is a change imposed by Alluka.
Fixed
Now compatible with Alluka v0.2.0.
Tanjun no-longer tries to use Alluka's removed UNDEFINED singleton and its relevant types.
Removed
tanjun.injecting.UndefinedOr, tanjun.injecting.UNDEFINED, tanjun.injecting.Undefined, and tanjun.injecting.UndefinedOr as these no-longer exist in Alluka.
Post execution command hooks will no-longer be triggered after a base exception (e.g. KeyboardInterrupt and asyncio.CancelledError) was raised by the command during execution.
The basic localiser now supports using wild card "*" flags for the command type and command name when overriding the localised values for check and limiter responses.
Changed
BasicLocaliser.set_variants now tries to normalise the locale keys of variants passed as keyword arguments to match the hikari.Locale values.