You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This sends the Discord-API that the interaction has been received and is being "processed" (if this is not used, Discord will indicate that the interaction failed).
40
+
# This sends the Discord-API that the interaction has been received and is being "processed"
41
+
#(if this is not used, and you don't edit the message like below Discord will indicate that the interaction failed).
41
42
awaitinteraction.defer()
42
-
awaitinteraction.message.edit(embed=an_embed.add_field(name='Choose', value=f'Your Choose was `{button_id}`'),
43
+
44
+
awaitinteraction.edit(embed=an_embed.add_field(name='Choose', value=f'Your Choose was `{button_id}`'),
0 commit comments