prefactor(commands): Command Service Prefactor for Extensible Commands (#4511)

This commit is contained in:
Abhi 2025-07-20 16:57:34 -04:00 committed by GitHub
parent 7a9821607b
commit 2a95c8287e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 919 additions and 720 deletions

View file

@ -10,7 +10,7 @@ import { Colors } from '../colors.js';
import { SlashCommand } from '../commands/types.js';
interface Help {
commands: SlashCommand[];
commands: readonly SlashCommand[];
}
export const Help: React.FC<Help> = ({ commands }) => (