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() val prop = Properties()
class Config { class Config {
val confPath = Paths.get("").toAbsolutePath().toString() private val confPath = Paths.get("").toAbsolutePath().toString()
val confFile = File("$confPath/bot.cfg") private val confFile = File("$confPath/bot.cfg")
init { init {
if (confFile.exists()) { if (confFile.exists()) {