style: run format:apply

This commit is contained in:
2026-01-13 17:53:31 -03:00
parent 83569a27e7
commit 2ec7212cd3
5 changed files with 97 additions and 83 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import { CommandCategoryInfo } from '../../commands';
const info: CommandCategoryInfo = {
name: 'Voice',
description: 'Voice chat related commands'
name: 'Voice',
description: 'Voice chat related commands'
};
export default info;