mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
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:
parent
7d727e80a3
commit
c3bfe7ce18
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue