main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
Showing only changes of commit 7a9ae5076b - Show all commits

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()) {