module.exports = {
bot: {
version: "Pre-Alpha",
displayType: "WATCHING",
displayGame: `Looking for targets... | Version: ${version}`
},
{
...
}
}
Is there a way that i could use the variable "version" inside of displayGame?