Augmenting detailed description

export interface DetailedDescriptionCommandObject {
usage: string;
examples: string[];
extendedHelp: string;
}
export interface DetailedDescriptionCommandObject {
usage: string;
examples: string[];
extendedHelp: string;
}
I am trying to create a help command and i saw this in the docs https://www.sapphirejs.dev/docs/Guide/commands/command-options#detaileddescription But in my help command im not able to read the properties in the help command
Sapphire Framework
Command Options | Sapphire
On this page we will cover the different options you can use when creating a [command]. For each option we will cover
4 Replies
MrBeast
MrBeast2y ago
MrBeast
MrBeast2y ago
This code is just for testing
MrBeast
MrBeast2y ago
MrBeast
MrBeast2y ago
Its in an extended command Ok worked when i changed it to
export interface DetailedDescriptionCommand {
usage: string;
examples: string[];
extendedHelp?: boolean
}
export interface DetailedDescriptionCommand {
usage: string;
examples: string[];
extendedHelp?: boolean
}
Want results from more Discord servers?
Add your server