Sort subcommand names #68
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR makes subcommands register in alphabetical order.
Checklist
Btw, example of what the PR changes. Left side is New, right side is old. Earlier, subcommands weren't specifically alphabetically ordered. And they also got shuffled on each bot restart since
self.commands
is not fixed everytime (its a set I think). So this PR sorts it so the subcommands are always alphabetically sorted.