removed any

This commit is contained in:
Miodec 2022-05-04 02:18:37 +02:00
parent 0430c7f9c7
commit 3adfabfe20

View file

@ -88,7 +88,7 @@ export function reset(): void {
resetMemoryTimer();
}
export function toggleScript(...params: any[]): void {
export function toggleScript(...params: string[]): void {
if (Config.funbox === "tts") {
TTS.speak(params[0]);
}