We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, first of all. Great job! Thank you very much for charing it.
Can you help me, how i can use it only for mods oder vips?
don't work when i use the lines
// if(!(message.tags.mod == 1 || message.tags.badges.vip == 1 || message.tags.subscriber == 0)) { // return; // }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Okay, i fix it.
The Only Allow lines musst befor the " if(message.startsWith" line starts, but "vip" is not possible, there is always an error
Sorry, I don't fully understand. What exactly do you want to do? You only want Mods or VIPs to be able to control your WLED?
Yes, in the script where some lines fot it, but doesn't work.
No branches or pull requests
Hi, first of all. Great job! Thank you very much for charing it.
Can you help me, how i can use it only for mods oder vips?
don't work when i use the lines
// if(!(message.tags.mod == 1 || message.tags.badges.vip == 1 || message.tags.subscriber == 0)) {
// return;
// }
The text was updated successfully, but these errors were encountered: