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
Since atsume officially recommends using type annotations for commands, it may be useful to add a shortcut to avoid having to add the @tanjun.annotated.with_annotated_args(follow_wrapped=True) decorator to every command. This could be configured per component via its ComponentConfig.
It might also be interesting to have a shortcut decorator to configure both a slash and a message command in one line.
The text was updated successfully, but these errors were encountered:
Since atsume officially recommends using type annotations for commands, it may be useful to add a shortcut to avoid having to add the
@tanjun.annotated.with_annotated_args(follow_wrapped=True)
decorator to every command. This could be configured per component via itsComponentConfig
.It might also be interesting to have a shortcut decorator to configure both a slash and a message command in one line.
The text was updated successfully, but these errors were encountered: