add hidechaticon

This commit is contained in:
kwaroran
2024-07-10 16:17:33 +09:00
parent 98576eeae4
commit 0ee481d00d
7 changed files with 51 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface RisuModule{
trigger?: triggerscript[]
id: string
lowLevelAccess?: boolean
hideIcon?: boolean
}
export async function exportModule(module:RisuModule){