Skip to content
Open
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` (alias: `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 indicate adding an fr alias registration and tests, but this change only updates help text. If the alias/test work is still required for SLAC-7, the implementation and unit tests are missing from this PR; if not, the PR metadata should be updated to reflect that this is documentation-only.

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 usage differently than other commands in this file (command and args are split across multiple inline-code spans and it uses (alias: ...) whereas other entries use (or ...)). Consider matching the existing pattern (e.g., command <args> (or alias)) to keep help output consistent and easier to scan.

Suggested change
> `featurerequest` (alias: `fr`) `<feature description>` - Create a GitHub issue for a feature request. ✨
> `featurerequest <feature description>` (or `fr`) - 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