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. ✨

Comment on lines 28 to 30
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 now advertises fr as an alias, but the command registry does not appear to register fr anywhere (e.g., index.js registers featurerequest with aliases ['feuturerequest'] only). As-is, users will see fr in help but the bot won’t recognize it. Either add fr to the featurerequest aliases/registry (and add/update a test to cover the alias), or revert this help-text change until the alias is implemented. Also consider updating the admin help text for consistency if it’s user-facing.

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