v3.4.3
This commit is contained in:
@@ -10,7 +10,7 @@ const storage = require("../../index").storage
|
||||
|
||||
exports.readHiddenData = (channelid) => {
|
||||
const content = storage.get("HIDDENDATA",channelid)
|
||||
if (!content) return {type:"",data:[],status:false}
|
||||
if (!content) return []
|
||||
|
||||
try {
|
||||
return JSON.parse(content)
|
||||
|
||||
@@ -189,7 +189,7 @@ exports.liveStatusUploadManager = async (err) => {
|
||||
//system:config.system
|
||||
},
|
||||
language:config.languageFile,
|
||||
version:"3.4.2",
|
||||
version:"3.4.3",
|
||||
slashcmds:slashMode,
|
||||
transcripts:transcriptMode,
|
||||
plugins:fs.readdirSync("./plugins"),
|
||||
|
||||
Reference in New Issue
Block a user