Sem

Results 5 comments of Sem

> Change all ID types from ``int`` to ``*Id`` newtypes for greater type safety. This is cool and all, but if they were to do this it would bring some...

And you can make an error_handler using [disnake.ext.commands.UserNotFound](https://docs.disnake.dev/en/stable/ext/commands/api/exceptions.html#disnake.ext.commands.UserNotFound) for example.

There could be something like `bot.get_member()` which could be `member_id: int | UserID`

> You should be able to upload an attachment and set the icon url to `attachment://...` You can but it is a hastle and being able to add a `disnake.File`...

I will close this as I have already found a solution.