Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/help/helpText.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
> `flushvote` - Vote to clear the entire queue. Needs *{{flushVoteLimit}}* votes within *{{voteTimeLimitMinutes}}* min. πŸ—‘οΈ

*πŸ“ Feedback:*
> `featurerequest <feature description>` - Create a GitHub issue for a feature request. ✨
> `featurerequest` (or `fr`) `<feature description>` - Create a GitHub issue for a feature request. ✨
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description/title say the fr alias is being added, but index.js already registers ['fr', { fn: _featurerequest, ... }]. As-is this change is documentation-only; consider updating the PR description/acceptance criteria and (if still required) adding/adjusting tests to assert the alias registration rather than just updating help text.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This help entry formats the command and its argument placeholder in separate code spans, unlike the other entries (which keep command + args together). Consider keeping featurerequest <...> and fr <...> each in a single code span for consistency and copy/paste usability; also consider updating templates/help/helpTextAdmin.txt to mention the fr alias so help output is consistent across contexts.

Suggested change
> `featurerequest` (or `fr`) `<feature description>` - Create a GitHub issue for a feature request. ✨
> `featurerequest <feature description>` (or `fr <feature description>`) - Create a GitHub issue for a feature request. ✨

Copilot uses AI. Check for mistakes.

_Tip: You can use Spotify URIs (spotify:track:...) OR paste Spotify links (https://open.spotify.com/...) with add, append, addalbum, and addplaylist commands!_

Expand Down
Loading