Replies: 3 comments 3 replies
-
pls log error.stack |
Beta Was this translation helpful? Give feedback.
1 reply
-
temporary fix const Menu = message.components[0].components[0];
try {
message.selectMenu(Menu.customId,['tik']);
} catch (error) {
console.error("Error while changing the platform menu:", error.message);
} will be fixed in the next version |
Beta Was this translation helpful? Give feedback.
1 reply
-
message.selectMenu(0,['tik']); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
message.selectMenu stopped working for me few days ago and i cant find a way to fix it
const Menu = message.components[0].components[0];
try {
message.selectMenu(Menu,['tik']);
} catch (error) {
console.error("Error while changing the platform menu:", error.message);
}
getting this error:
Error while changing the platform menu: Cannot read properties of undefined (reading 'minValues')
Beta Was this translation helpful? Give feedback.
All reactions