Alex King 0585be0360
[Bug Fix] Fix issue with subcommand settings not working (#3643)
* [Bug Fix] Fix issue with subcommand settings not working

# Notes
- We were checking for `arguments >= 2` when we should just be checking for if there are any arguments and comparing `sep.arg[0]` (the command) and `sep.arg[1]` (the subcommand) to our `command_subsettings` to see if it exists and if we pass the requirements.
- This fix will let operators properly set a subcommand to a lower or higher status level than the parent command.

* Remove debug message.
2023-10-20 21:33:05 -04:00
..
2023-09-17 13:12:43 -05:00
2023-10-17 18:00:41 -04:00
2021-08-31 01:24:21 -05:00
2023-09-17 13:12:43 -05:00
2023-07-30 01:35:44 -05:00
2023-07-30 01:35:44 -05:00
2023-09-17 13:12:43 -05:00
2023-09-17 13:12:43 -05:00