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