Skip to content

slash decorators should handle users using str for snowflakes #129

@LordOfPolls

Description

@LordOfPolls

Seeing a lot of users using str for their snowflakes. Specifically for guild_ids. The issue with this is that it doesn't cause any errors for the user, causing confusion, but obviously breaks their commands and is very hard to debug

I think we should be either converting the snowflake to int on the library side, or throwing a warning on creation of the command

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpendingPending approve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions