zorchenhimer / MovieNight

Single instance video streaming server with integrated chat.
https://discord.gg/F2VSgjJ
MIT License
691 stars 87 forks source link

Add a help viewer for the help commands #27

Closed joeyak closed 5 years ago

joeyak commented 5 years ago

When a user types the /help command, have one of the following occur:

Another posibility is having autocomplete for commands. If https://github.com/zorchenhimer/MovieNight/issues/7 and https://github.com/zorchenhimer/MovieNight/issues/9 work out well, then autocomplete for commands could work also. There would have to be hidden commands like /auth which do not show up in help or autocomplete.

Currently /auth shows up in the help page.

zorchenhimer commented 5 years ago

Adding auto-complete for the commands should be fine, so long as there is a way to view all of the available commands.

Also so long as you can't auto-complete a command you are not auth'd to use.

joeyak commented 5 years ago

The help popup was implemented in d0cd90e7afc733297994ab60fc7f5c8b6626f1c4 and 01219fffa1e957530971037250e4ac4fa5b289ce and a help button was added in 1b8dd76a45cb2057a96f01e88f54124fc1c06fa8.

With the addition of the command buttons section in ff1590d972d3ed3cd05fb200611c23841ed9819e, there is no longer a need to have autocomplete on commands.