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
It might be a better idea to change the command handling system so that it uses a @command decorator instead of the current cmd_ prefix on methods. This would also open up the opportunity to add other custom decorators for other functionality.
For example:
DuckBoss
changed the title
Overhaul command handling system to utilize decorators instead of 'cmd_' method name prefixes
[Feature Request] Overhaul command handling system to utilize decorators instead of 'cmd_' method name prefixes
Jan 30, 2022
It might be a better idea to change the command handling system so that it uses a
@command
decorator instead of the currentcmd_
prefix on methods. This would also open up the opportunity to add other custom decorators for other functionality.For example:
The text was updated successfully, but these errors were encountered: