Merubokkusu / Discord-S.C.U.M

A Discord API Wrapper for Userbots/Selfbots written in Python.
MIT License
581 stars 170 forks source link

ValueError: Menu with inputted attributes not found. #449

Open silvertempestorsum opened 1 year ago

silvertempestorsum commented 1 year ago

i'm getting "ValueError: Menu with inputted attributes not found." even when i have checked that the labels do exist in the select menu.

my code:

butts = Buttoner(data["components"]) bot.click( data['author']['id'], channelID = channelID, guildID = guildID, messageID = data["id"], messageFlags = data["flags"], data = butts.getMenuSelection(row=0, labels=["chicken"]) )

is there anything i'm doing wrong here?