#AttributeError 'Interaction' object has no attribute 'custom_id'
1 messages · Page 1 of 1 (latest)
async def fightCallback(interaction):
await interaction.response.send_message(interaction.custom_id)```
docs claims interaction has custom_id
It works for me
which py-cord version do you have?
actually lemme update
and do you have something else installed?
well i updated but it didnt work
i dont think it matters since i found out that Interaction.data has a 'custom_id' so pretty much solved
@burnt quest send the full code. like where you're using that interaction