-
if there is one button and i clicked it then the bot edited the message and now bots give two more buttons how i click them? my code |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
u can try this |
Beta Was this translation helpful? Give feedback.
u can try this
message.embeds[0].description.toLocaleLowerCase().includes("this is an embed descriptions")) { console.log('Worked'); await message.clickButton();await message.clickButton({ row: 0, col: <your button number goes here. remember to start counting by 1> }))