Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Dyno like help command - Sapphire - Imagine a Framework
S-IaF
Sapphire - Imagine a Framework
•
3y ago
•
7 replies
Oreo ™
Dyno like help command
If i have the help data in every commands detailedDescription value
, how can i make it so that when a user runs
!<commandName> help
!<commandName> help
it displays the help embed instead of having to run
!help <commandName>
!help <commandName>
Solution
If you
're only using message commands
, you could use the subcommands plugin to create a class that extends subcommand and adds a
help
help
subcommand which displays the detailed descrition
. You would then have all your other commands extend that class to inherit the
help
help
subcommand
.
Jump to solution
Sapphire - Imagine a Framework
Join
Sapphire is a next-gen object-oriented Discord.js bot framework.
2,261
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Advanced Help Command
S-IaF
Sapphire - Imagine a Framework / sapphire-support
3y ago
Make commands register when i run a command like `!sync`
S-IaF
Sapphire - Imagine a Framework / sapphire-support
3y ago
Help canceling a command
S-IaF
Sapphire - Imagine a Framework / sapphire-support
3y ago
Pre messsage command run help
S-IaF
Sapphire - Imagine a Framework / sapphire-support
9mo ago