error
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\disnake\ext\commands\core.py", line 173, in wrapped
ret = await coro(args, **kwargs)
File "C:\Users\User\OneDriveРабочий столпрограммирование\MindaBot\cogs\uliti.py", line 74, in user
embed.add_field(name="Статус:", value=inter.message.member.activity,inline=True)
AttributeError: 'Message' object has no attribute 'member'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\disnake\ext\commands\bot_base.py", line 591, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\disnake\ext\commands\core.py", line 914, in invoke
await injected(ctx.args, **ctx.kwargs)
File "C:\Users\User\AppData\Local\Programs\Python\Python38\lib\site-packages\disnake\ext\commands\core.py", line 182, in wrapped
raise CommandInvokeError(exc) from exc
disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Message' object has no attribute 'member'