Ignoring exception in command <nextcord.application_command.SlashApplicationCommand object at 0x7fb6599f1090>:
Traceback (most recent call last):
File "/home/runner/MajesticRP-API/venv/lib/python3.10/site-packages/nextcord/application_command.py", line 890, in invoke_callback_with_hooks
await self(interaction, *args, **kwargs)
File "main.py", line 64, in addTovar
embed.add_field(name="ID", value=f"`{msg.id}`", inline=False)
AttributeError: 'PartialInteractionMessage' object has no attribute 'id'
The above exception was the direct cause of the following exception:
nextcord.errors.ApplicationInvokeError: Command raised an exception: AttributeError: 'PartialInteractionMessage' object has no attribute 'id'