const global_variables = {
/*For the users actually using the bot*/ plays: {} , /*For all users database*/users: {}, /*A cache containing songs that were played before */searchCache: []
}
module.exports = {
global_variables,
}
const global_variables = {
/*For the users actually using the bot*/ plays: {} , /*For all users database*/users: {}, /*A cache containing songs that were played before */searchCache: []
}
module.exports = {
global_variables,
}