fixes bugs and remaining ts errors

This commit is contained in:
Skillz4Killz
2021-10-28 16:44:06 +00:00
committed by GitHub
parent b481be2946
commit 468ce033e1
23 changed files with 103 additions and 41 deletions
+1 -1
View File
@@ -141,5 +141,5 @@ export interface DiscordenoComponent {
/** The maximum number of items that can be selected. Default 1. Between 1-25. */
maxValues?: number;
/** a list of child components */
components?: Component[];
components?: DiscordenoComponent[];
}