Add Custom GUI settings, not for real use now

This commit is contained in:
kwaroran
2024-10-12 22:47:57 +09:00
parent 20f4c39beb
commit 1762e025bd
6 changed files with 278 additions and 1 deletions

View File

@@ -444,6 +444,7 @@ export function setDatabase(data:Database){
data.customQuotes ??= false
data.customQuotesData ??= ['“','”','','']
data.groupOtherBotRole ??= 'user'
data.customGUI ??= ''
changeLanguage(data.language)
DataBase.set(data)
}
@@ -752,6 +753,7 @@ export interface Database{
customQuotesData?:[string, string, string, string]
groupTemplate?:string
groupOtherBotRole?:string
customGUI:string
}
export interface customscript{