Update README.md

This commit is contained in:
Maxwell Jeffress
2024-12-04 13:11:36 +11:00
parent 90cf9f4325
commit 23fc71bd45
3 changed files with 42 additions and 110 deletions

View File

@@ -34,7 +34,7 @@ object config {
var serviceName = ""
fun getConfig() {
val configFile = File("chookpen.config")
val configFile = File("chookchat.config")
try {
val config = configFile.readLines()
var type = ""