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

Provide feedback on command usage - Issue #95 #96

Closed parithon closed 5 years ago

parithon commented 5 years ago

Purpose

The bot should respond with instructions on how to use the command when somebody doesn't provide the required arguments with the command. See issue #95 for more details.

Changed Files

Addresses

95

clarkio commented 5 years ago

Just a quick note: I opened up an issue that I discovered while testing this out #102. Essentially for certain settings we should probably pull them whenever a command is invoked related to them in case they changed since first started.

It's not something we need to address in this PR as it affects other settings too but something we should look to work on separately.