Fix drive backup & rust warning

This commit is contained in:
kwaroran
2024-10-22 19:21:06 +09:00
parent 1762e025bd
commit 6af4c4d0ad
4 changed files with 4 additions and 4 deletions

View File

@@ -445,6 +445,7 @@ export function setDatabase(data:Database){
data.customQuotesData ??= ['“','”','','']
data.groupOtherBotRole ??= 'user'
data.customGUI ??= ''
data.theme = ''
changeLanguage(data.language)
DataBase.set(data)
}