clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Honor required badges to use command - Helps with Issue #51 #93

Closed parithon closed 5 years ago

parithon commented 5 years ago

Purpose

We need a way for broadcasters to limit who can use this command. This PR allows the broadcaster to set the required badges a user must have in order to use the command. Users who do not have the badge will be ignored. The broadcaster will always be allowed to use the command.

Changed files

Partially Addresses

51

parithon commented 5 years ago

I'm closing my PRs in order to advance development on my local branch and send a complete refactor PR.