#How can I disable interactions after an interaction?
1 messages · Page 1 of 1 (latest)
yw
i always did it like that
feel free to /close
self.disable_all_items()
await interaction.response.defer()
await interaction.edit_original_message(view=self)```
technically those are just disabled. not closed
This thread was archived by the user that opened it.
didnt work :/