Skip to content

Add help menu descriptions to all commands#50

Closed
aaravmaloo wants to merge 2 commits into
TheCodeVerseHub:mainfrom
aaravmaloo:master
Closed

Add help menu descriptions to all commands#50
aaravmaloo wants to merge 2 commits into
TheCodeVerseHub:mainfrom
aaravmaloo:master

Conversation

@aaravmaloo
Copy link
Copy Markdown
Contributor

@aaravmaloo aaravmaloo commented Apr 17, 2026

Summary

Adds clear, concise descriptions to every command across all cogs so the help menu no longer shows "No description" for any command.
This PR should fix the issue #47

Changes

Bug fixes

  • Added missing hybrid_command decorator to the absolute command — it was unreachable as a bot command before
  • Fixed helpmenu prefix command using description= (invalid for prefix commands) → changed to help=
  • Fixed dm prefix command using description= → changed to help=

Hybrid commands — added description= + help=

  • tts: logintts, leavevc, tts
  • tickets: ticketpanel, ticketlog, ticketlog-disable, ticketsupport, ticketsupport-disable, tickets, ticketstats, forceclose, ticketreport, ticketreport-disable, ticketpartner, ticketpartner-disable
  • fun: fridge, joke, fortune, flip, compliment, choose, absolute
  • utility_extra: emotes, membercount, randomcolor, remindme, avatar, serverinfo, color
  • afk: afk, afklist
  • counting: highscoretable
  • tags: tag
  • staff_applications: panel

Prefix-only commands — added help=

  • tod: truth, dare
  • counting: mcl, mrl, scs, donateguild, guildsaves
  • bump_leaderboard: mybumps, blb, bst, topbump
  • daily_quests: dailyquest, inventory
  • codebuddy_quiz: codeleaderboard, codestats
  • codebuddy_leaderboard: codeweek, codestreak
  • codebuddy_help: quizhelp

Notes

  • All descriptions are 1–2 sentences, consistent in tone and capitalization with existing entries
  • Hybrid commands now have both description= (for slash) and help= (for prefix) to ensure they appear correctly in both interfaces
  • Prefix-only commands use help= which feeds short_doc used by the help menu
  • No functional behavior changes — only metadata for the help system

@aaravmaloo aaravmaloo requested a review from a team as a code owner April 17, 2026 17:25
@aaravmaloo
Copy link
Copy Markdown
Contributor Author

I ain't gonna hack you bro 🙏

@aaravmaloo aaravmaloo requested a review from youngcoder45 May 1, 2026 11:11
@aaravmaloo aaravmaloo closed this by deleting the head repository May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant