freyacodes / ukulele

Simple self-contained Discord music bot
MIT License
157 stars 75 forks source link

Repeat One functionality via Repeat command and help command list #29

Closed JustinFreitas closed 2 years ago

JustinFreitas commented 2 years ago

Added in a repeat (aliased to r and loop also) command that is only a Repeat One for now... maybe Repeat All in the future. Anyway, updated its help to reflect that and also added a list of the currently available commands to the help command help output (a nice enhancement would to just walk the available components and show their name/alias).

freyacodes commented 2 years ago

This conflicts with #28

Having both features is possible, but we would need to have an enum instead of a boolean

JustinFreitas commented 2 years ago

Thanks for adding the repeat and help list features from the other pull requests! I'll close mine out now. :)