enhancement(lint): Fix lint errors for src/modules/BaseCommand.ts

Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2024-09-09 01:14:35 +00:00 committed by GitHub
parent 7d727e80a3
commit c3bfe7ce18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ export interface Command {
onload?: () => void;
name: string;
description: string;
is_event?: boolean
is_event?: boolean;
usage?: string;
custom_properties?: {
[k: string]: any;