We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support renaming app commands
The core library
the current sync system requires renaming any app command to delete the existing command and create a new one.
I propose a commands.rename() decorator which is used to match that command to an old command and rename it from that old command.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
support renaming app commands
What is the feature request for?
The core library
The Problem
the current sync system requires renaming any app command to delete the existing command and create a new one.
The Ideal Solution
I propose a commands.rename() decorator which is used to match that command to an old command and rename it from that old command.
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: