Style slash command descriptions consistently (#11395)

This commit is contained in:
Tommaso Sciortino
2025-10-17 13:20:15 -07:00
committed by GitHub
parent 426d36146a
commit b4a405c684
28 changed files with 39 additions and 39 deletions
@@ -33,6 +33,6 @@ describe('privacyCommand', () => {
it('should have the correct name and description', () => {
expect(privacyCommand.name).toBe('privacy');
expect(privacyCommand.description).toBe('display the privacy notice');
expect(privacyCommand.description).toBe('Display the privacy notice');
});
});