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
Introduces an interactive Component v2 help browser (/help) with category
navigation, access filtering, and per-command detail pages.
Refactors cog.py → commands.py replacing LazyHybridCommand with
CommandBuilder/GroupBuilder and adding ParamInfo/help text. Adds an
ephemeral locale system (ephemeral_scope, locale_for) so ctx.t() and
send_message() resolve locale automatically. Decouples BaseLayoutView and
BaseModal from Context. Promotes check_user_access to Bot with overloads
for pre-computed args.
Signed-off-by: Taku <45324516+Taaku18@users.noreply.github.com>
0 commit comments