those should be private

This commit is contained in:
nelle 2024-09-21 04:17:50 -06:00
parent aee2126d21
commit 7a9ae5076b

View file

@ -13,8 +13,8 @@ import java.util.*
val prop = Properties()
class Config {
val confPath = Paths.get("").toAbsolutePath().toString()
val confFile = File("$confPath/bot.cfg")
private val confPath = Paths.get("").toAbsolutePath().toString()
private val confFile = File("$confPath/bot.cfg")
init {
if (confFile.exists()) {