pycord error #735
-
`import discord class CoinflipStartButtons(discord.ui.View):
class ConflipChoose(discord.ui.View):
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can't use |
Beta Was this translation helpful? Give feedback.
You can't use
Interaction.response
more than once, if you want to send a message after you've responded consider looking intoInteraction.followup
.