Add more Typescript typings

This commit is contained in:
Christer Warén
2023-06-07 21:33:28 +03:00
parent b29624cba3
commit 3f1d576c44
14 changed files with 39 additions and 40 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export interface command {
description: string,
category: string,
options?: [],
execute: any
execute: Function
}
export default async function commands(client: RadioClient) {