Description
There is an inconsistency with the positions of application command functions in rest.py
. It seems that most functions have an order, like guild, channel, message, etc, but these functions seem to not follow that order, or any of that fact.
I feel that either the guild
or the application
should be at the top, and the command should be at the bottom, as its the "smallest" in a relative sense.
Functions that I can see that have this ordering inconsistency:
Line 3787 in 3604cec
Line 3818 in 3604cec
Line 3943 in 3604cec
Line 3960 in 3604cec
Line 3997 in 3604cec
Line 4013 in 3604cec
Line 4023 in 3604cec
Line 4036 in 3604cec
Personally, I prefer guild
, application
, command
then permissions
.
Metadata
Metadata
Assignees
Type
Projects
Status