-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
The Issue
In the utils.manage_commands functions for some commands None can be passed for the guild_id parameter to specify using a global scope, but the parameter is not optional
It would be expected that if you don't pass a guild id that it would use the global scope, instead of having to pass None
Ideal solution
Make the guild_id parameter optional
Expected behaviour
utils.manage_commands.get_all_commands(id, token) should work
ATM you have to do (id, token, None)
Metadata
Metadata
Assignees
Labels
No labels