TypeError: Unions for anything else other than channels or a mentionable are not supported
Traceback (most recent call last):
File "bot.py", line 543, in <module>
async def smoke(ctx, member:disnake.User=commands.Param(name="member", description="С кем вы хотите покурить?", required = False)):
File "D:\Users\-\AppData\Local\Programs\Python\Python38\lib\site-packages\disnake\ext\commands\params.py", line 785, in Param
raise TypeError(f"Param() got unexpected keyword arguments: {a}")
TypeError: Param() got unexpected keyword arguments: 'required'
property desktop_status
The member’s status on the desktop client, if applicable.
Type
Status
property web_status
The member’s status on the web client, if applicable.
Type
Status
is_on_mobile()¶