eyes hotfix

This commit is contained in:
2024-07-12 01:21:46 +00:00
parent 6cff644dc9
commit f2d041edd5
2 changed files with 3 additions and 3 deletions

2
ambient.d.ts vendored
View File

@@ -21,7 +21,7 @@ declare namespace LILY {
rgb: string[]
timeout: NodeJS.Timeout | undefined
set_rgb(item: Item, index: number): boolean
next_rgb(): boolean | undefined
next_rgb(): boolean
roll_rgb(): void
start(): boolean
stop(): boolean