Skip to content

Guild id required #52

@quirky-bluejay

Description

@quirky-bluejay

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions