@sapphire/framework
Advanced tools
Changelog
Changelog
1.0.0-alpha.10 (2021-02-12)
Events.CommandRun
third argument changed type to CommandRunPayload
,
this is mostly identical to CommandAcceptedPayload
(and exactly identical to CommandFinishPayload
)
and likely won't be a breaking change for your code, however you may need to adjust
your import when using TypeScript.Events.CommandFinish
third argument changed type to CommandFinishPayload
,
this is mostly identical to CommandAcceptedPayload
(and exactly identical to CommandRunPayload
)
and likely won't be a breaking change for your code, however you may need to adjust
your import when using TypeScript.name
to context of Args.unavailableArgument
(#171) (a5bda61)unknown
(55be30a)caseInsensitivePrefixes
client option (#170) (61f9c41)